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

Correcting the images for the bundle #808

Closed
wants to merge 1 commit into from
Closed

Correcting the images for the bundle #808

wants to merge 1 commit into from

Conversation

cniackz
Copy link
Contributor

@cniackz cniackz commented Jul 5, 2023

Objective:

To correct images for bundle.

Issue:

  • We have twice image: image: image: registry
  • We need to use only certified containers for all images.

@cniackz cniackz self-assigned this Jul 5, 2023
@@ -272,7 +272,7 @@ spec:
fieldPath: spec.nodeName
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
image: quay.io/minio/directpv@sha256:1f978ff8d13ba6ce9f11110218ab227545813c3d3003a7b489d483706637e7ea
image: registry.connect.redhat.com/minio/directpv@sha256:53610c35d42971ad57ce8491dbcab3b95395a68820d9024a1298b9f653802688
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cniackz We have two certified images at https://catalog.redhat.com/software/containers/minio/directpv/64a595e8754135d767c5c106?tag=all. We would need to generate bundles for 4.0.6 (latest), 4.0.5 if needed, and remove 4.0.3 and 4.0.4 bundles.

The new bundles can be generated by

$ ./olm.sh 4.0.6 sha256:53610c35d42971ad57ce8491dbcab3b95395a68820d9024a1298b9f653802688

$ ./olm.sh 4.0.5 sha256:e3252e8004a966cbc248159b359f3ce40533aa1e83cc126fb1cf2ed6b130efb6

If possible, we can skip 4.0.5 bundles as we always recommend to use the latest version.

@cniackz
Copy link
Contributor Author

cniackz commented Aug 4, 2023

This PR is no longer needed as the new bundles will be generated via Helm Operator.

@cniackz cniackz closed this Aug 4, 2023
@cniackz cniackz deleted the correct-bundle-1 branch August 4, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants