TRT-2905: Fix python:latest and nodejs template references after UBI 8 tag removal - #706
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
WalkthroughThe change updates Node.js PostgreSQL template defaults to ChangesImage reference updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This PR updates architecture-specific image stream references and metadata for the Python latest tag. No actionable merge-blocking risk remains beyond normal checks and review. Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@redhat-chai-bot: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/payload-job periodic-ci-openshift-release-main-ci-5.1-e2e-aws-ovn-techpreview |
|
@neisw: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/b899a180-9814-11f1-80ae-597972623852-0 |
|
/lgtm |
|
Scheduling tests matching the |
|
/lgtm |
|
/cherry-pick release-5.0 |
|
@aroyoredhat: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/retitle OCPBUGS-111057: Fix python:latest tag to reference 3.12-ubi9 after UBI 8 tag removal |
|
@redhat-chai-bot: This pull request references Jira Issue OCPBUGS-111057, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/verified by aroyoredhat |
|
@aroyoredhat: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retitle TRT-2905: Fix python:latest tag to reference 3.12-ubi9 after UBI 8 tag removal |
|
/jira refresh |
|
@redhat-chai-bot: This pull request references TRT-2905 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "5.1.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@aroyoredhat: This pull request references TRT-2905 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "5.1.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/test e2e-aws-ovn-image-ecosystem |
Update the default NODEJS_VERSION parameter in all 4 ocp architecture variants of the nodejs-postgresql-example template to use Node.js 22 (22-ubi8) instead of the previous Node.js 20 (20-ubi8). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
/lgtm |
|
/verified by aroyoredhat |
|
Scheduling tests matching the |
|
@aroyoredhat: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aroyoredhat, neisw, redhat-chai-bot The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/payload-job periodic-ci-openshift-release-main-ci-5.1-e2e-aws-ovn-techpreview |
|
@neisw: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/4a559c20-9831-11f1-99d4-9a860501f301-0 |
|
/unhold |
|
@aroyoredhat: new pull request created: #707 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
PR #695 (Periodic sync of supported OCP samples) removed UBI 8 imagestream tags but left references to them in other assets, causing samples import test failures.
This PR fixes both issues:
Python imagestream fix
Updates
python:latesttag across all 4 architectures to reference3.12-ubi9instead of the removed3.12-ubi8.Affected files:
assets/operator/ocp-x86_64/python/imagestreams/python-rhel.jsonassets/operator/ocp-aarch64/python/imagestreams/python-rhel-aarch64.jsonassets/operator/ocp-ppc64le/python/imagestreams/python-rhel.jsonassets/operator/ocp-s390x/python/imagestreams/python-rhel.jsonNode.js template fix
Updates
NODEJS_VERSIONdefault from20-ubi8to22-ubi8in the nodejs-postgresql-example template across all 4 architectures. Thenodejs:20-ubi8tag was also removed by PR #695.Affected files:
assets/operator/ocp-x86_64/nodejs/templates/nodejs-postgresql-example.jsonassets/operator/ocp-aarch64/nodejs/templates/nodejs-postgresql-example.jsonassets/operator/ocp-ppc64le/nodejs/templates/nodejs-postgresql-example.jsonassets/operator/ocp-s390x/nodejs/templates/nodejs-postgresql-example.jsonJira: https://redhat.atlassian.net/browse/TRT-2905