Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bundle annotations to include must-gather image #602

Merged

Conversation

rhmdnd
Copy link

@rhmdnd rhmdnd commented Aug 20, 2024

Since we have a must-gather image, we should advertise that information
through the bundle. We typically do this using RELATED_IMAGES, which
the operator uses to find container images it needs to do things like
profile parsing or scanning.

While we can use RELATED_IMAGES for the must-gather image, the
Compliance Operator doesn't use the must-gather image directly. Instead,
we can put it in the annotation of the bundle CSV, so it's still
discoverable to users, while not polluting the operator environment with
variables it doesn't need.

Since we have a must-gather image, we should advertise that information
through the bundle. We typically do this using `RELATED_IMAGES`, which
the operator uses to find container images it needs to do things like
profile parsing or scanning.

While we can use `RELATED_IMAGES` for the must-gather image, the
Compliance Operator doesn't use the must-gather image directly. Instead,
we can put it in the annotation of the bundle CSV, so it's still
discoverable to users, while not polluting the operator environment with
variables it doesn't need.
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:602-ce9e8df8600d7085f02e484be7a5ee51eb2825a1

@rhmdnd rhmdnd added this to the 1.6.0 milestone Aug 20, 2024
Copy link

openshift-ci bot commented Aug 22, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: JAORMX, rhmdnd

The full list of commands accepted by this bot can be found here.

The pull request process is described here

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

@rhmdnd
Copy link
Author

rhmdnd commented Aug 22, 2024

/test e2e-aws-parallel

We have some flakiness in our metrics tests that are causing failures, which has cropped up else where - #302

@openshift-merge-bot openshift-merge-bot bot merged commit 2b1c972 into ComplianceAsCode:master Aug 22, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants