Skip to content

Update k8s.gcr.io/sig-storage/csi-provisioner Docker tag to v5.3.0 #210

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/ibmCloud/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ images:
# newTag: v4.6.1
- name: csi-provisioner-image
newName: k8s.gcr.io/sig-storage/csi-provisioner
newTag: v5.1.0
newTag: v5.3.0
- name: cos-driver-image
newName: icr.io/ibm/ibm-object-csi-driver
newTag: v0.1.16
Expand Down
2 changes: 1 addition & 1 deletion deploy/ibmUnmanaged/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ images:
# newTag: v4.6.1
- name: csi-provisioner-image
newName: k8s.gcr.io/sig-storage/csi-provisioner
newTag: v5.1.0
newTag: v5.3.0
- name: cos-driver-image
newName: quay.io/containerstorage/ibm-object-csi-driver
newTag: v0.1.16
Expand Down