ART-14816: 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 |
|
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
|
/retitle ART-14816: Add package.yaml for ART OLM bundle generation /lgtm |
|
@shruti-rh: This pull request references ART-14816 which is a valid jira issue. 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: bharath-b-rh, shruti-rh 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 |
|
@shruti-rh: The following tests failed, say
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. |
|
/unhold |
9887103
into
openshift:cert-manager-1.19
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).