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

Use image SHA Digest for Red Hat CSI Certification #773

Merged
merged 1 commit into from May 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -226,7 +226,7 @@ spec:
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
image: quay.io/minio/csi-provisioner:v3.4.0
image: quay.io/minio/csi-provisioner@sha256:704fe68a6344774d4d0fde980af64fac2f2ddd27fb2e7f7c5b3d8fbddeae4ec8
name: csi-provisioner
resources: {}
securityContext:
Expand All @@ -245,7 +245,7 @@ spec:
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
image: quay.io/minio/csi-resizer:v1.7.0
image: quay.io/minio/csi-resizer@sha256:a88ca4a9bfbd2e604aedae5a04a5c180540259e3ab75393755ff73d587a619b2
name: csi-resizer
resources: {}
securityContext:
Expand All @@ -271,7 +271,7 @@ spec:
fieldPath: spec.nodeName
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
image: quay.io/minio/directpv:v4.0.3
image: quay.io/minio/directpv@sha256:36d1b80bca74d0b1aac2a6394a3bb8683343ad42072d5082f2c19de985f83ad8
name: controller
ports:
- containerPort: 30443
Expand Down
Expand Up @@ -226,7 +226,7 @@ spec:
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
image: quay.io/minio/csi-provisioner:v3.4.0
image: quay.io/minio/csi-provisioner@sha256:704fe68a6344774d4d0fde980af64fac2f2ddd27fb2e7f7c5b3d8fbddeae4ec8
name: csi-provisioner
resources: {}
securityContext:
Expand All @@ -245,7 +245,7 @@ spec:
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
image: quay.io/minio/csi-resizer:v1.7.0
image: quay.io/minio/csi-resizer@sha256:a88ca4a9bfbd2e604aedae5a04a5c180540259e3ab75393755ff73d587a619b2
name: csi-resizer
resources: {}
securityContext:
Expand All @@ -271,7 +271,7 @@ spec:
fieldPath: spec.nodeName
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
image: quay.io/minio/directpv:v4.0.4
image: quay.io/minio/directpv@sha256:1f978ff8d13ba6ce9f11110218ab227545813c3d3003a7b489d483706637e7ea
name: controller
ports:
- containerPort: 30443
Expand Down