ART-21453: fix ose-haproxy-router-haproxy28 delivery_repo_names to use -rhel9 suffix#11726
Conversation
…e -rhel9 suffix The Pyxis delivery repo is registered as openshift5/ose-haproxy-router-haproxy28-rhel9, not openshift5/ose-haproxy-router-haproxy28. Corrects delivery_repo_names to match, consistent with the fix applied for the new haproxy32 component. Co-authored-by: Cursor <cursoragent@cursor.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
|
@ashwindasr: This pull request references ART-21453 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 story to target the "5.0.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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Summary
Fixes
delivery_repo_namesforose-haproxy-router-haproxy28to include the-rhel9suffix.Why
The Pyxis delivery repo is registered as
openshift5/ose-haproxy-router-haproxy28-rhel9(see pyxis-repo-configs), notopenshift5/ose-haproxy-router-haproxy28.delivery_repo_nameswas set without the suffix when the image was added in #11561, which doesn't match the actual registered Pyxis repo.The corresponding advisory RPA repository urls in konflux-release-data are also being corrected to match: MR !20075.
Same fix applied to the new
ose-haproxy-router-haproxy32component in #11725.Jira: ART-21453