Skip to content

ART-14816: Add package.yaml for ART OLM bundle generation - #469

Merged
openshift-merge-bot[bot] merged 2 commits into
openshift:cert-manager-1.19from
shruti-rh:cert-manager-1.19
Aug 13, 2026
Merged

ART-14816: Add package.yaml for ART OLM bundle generation#469
openshift-merge-bot[bot] merged 2 commits into
openshift:cert-manager-1.19from
shruti-rh:cert-manager-1.19

Conversation

@shruti-rh

@shruti-rh shruti-rh commented Aug 6, 2026

Copy link
Copy Markdown

Problem Statement

ART's OLM bundler (Doozer) requires a *.package.yaml file in the bundle/ directory for bundle rebase. Without it, the olm_bundle_konflux job fails with IndexError: 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).

Required by Doozer's OLM bundler for bundle rebase.

Signed-off-by: Shruti Anekar <sanekar@redhat.com>
@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 25ae45ed-bd77-4ea9-908e-0f767ba9f1e5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@openshift-ci
openshift-ci Bot requested review from mytreya-rh and swghosh August 6, 2026 08:32
@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Aug 6, 2026
@openshift-ci

openshift-ci Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Tip

We noticed you've done this a few times! Consider joining the org to skip this step and gain /lgtm and other bot rights. We recommend asking approvers on your previous PRs to sponsor you.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

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>
Comment thread bundle/image-references
@bharath-b-rh

bharath-b-rh commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

/retitle ART-14816: Add package.yaml for ART OLM bundle generation

/lgtm
/approve
/label docs-approved
/label px-approved
/label qe-approved
/ok-to-test
/hold

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 12, 2026
@openshift-ci openshift-ci Bot changed the title Add package.yaml for ART OLM bundle generation ART-14816: Add package.yaml for ART OLM bundle generation Aug 12, 2026
@openshift-ci openshift-ci Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. docs-approved Signifies that Docs has signed off on this PR labels Aug 12, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 12, 2026
@openshift-ci openshift-ci Bot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Aug 12, 2026
@openshift-ci-robot

openshift-ci-robot commented Aug 12, 2026

Copy link
Copy Markdown

@shruti-rh: This pull request references ART-14816 which is a valid jira issue.

Details

In response to this:

Problem Statement

ART's OLM bundler (Doozer) requires a *.package.yaml file in the bundle/ directory for bundle rebase. Without it, the olm_bundle_konflux job fails with IndexError: 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).

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.

@openshift-ci openshift-ci Bot added px-approved Signifies that Product Support has signed off on this PR qe-approved Signifies that QE has signed off on this PR labels Aug 12, 2026
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 12, 2026
@openshift-ci

openshift-ci Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 12, 2026
@openshift-ci

openshift-ci Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

@shruti-rh: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-operator-tech-preview 0402666 link false /test e2e-operator-tech-preview
ci/prow/e2e-operator-consoleless 0402666 link false /test e2e-operator-consoleless

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@bharath-b-rh

Copy link
Copy Markdown
Contributor

/unhold

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 13, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit 9887103 into openshift:cert-manager-1.19 Aug 13, 2026
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. docs-approved Signifies that Docs has signed off on this PR jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. px-approved Signifies that Product Support has signed off on this PR qe-approved Signifies that QE has signed off on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants