Add package.yaml for ART OLM bundle generation - #469
Conversation
Required by Doozer's OLM bundler for bundle rebase. Signed-off-by: Shruti Anekar <sanekar@redhat.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shruti-rh 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 |
|
Hi @shruti-rh. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
The CSV references cainjector and webhook as separate upstream images. All three (controller, cainjector, webhook) map to the same downstream jetstack-cert-manager-rhel9 image. Without these entries, Doozer doesn't replace the pullspecs and conforma fails with olm.allowed_registries and olm.unpinned_references violations. Also updated versions to match current CSV (v1.19.6). Signed-off-by: Shruti Anekar <sanekar@redhat.com>
c9ca116 to
0402666
Compare
| from: | ||
| kind: DockerImage | ||
| name: quay.io/jetstack/cert-manager-controller:v1.19.4 | ||
| name: quay.io/jetstack/cert-manager-controller:v1.19.6 |
There was a problem hiding this comment.
A similar file doesn't exist in ESO, and not added in openshift/external-secrets-operator#173 too. Could you please check.
Problem Statement
ART's OLM bundler (Doozer) requires a
*.package.yamlfile in thebundle/directory for bundle rebase. Without it, theolm_bundle_konfluxjob fails withIndexError: list index out of range.Related Issue
Part of ART-14816 (Onboard OAP operators to ART).
Proposed Changes
Add
bundle/cert-manager-operator.package.yaml— same pattern used by OADP (oadp-operator.package.yaml) and Logging (cluster-logging-operator.package.yaml).