Skip to content

Commit 0330ddc

Browse files
author
kartik494
committed
Update Images
1 parent ed6cd4a commit 0330ddc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

deploy/kubernetes/csi-snapshotter/setup-csi-snapshotter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
- name: socket-dir
8585
mountPath: /csi
8686
- name: csi-snapshotter
87-
image: quay.io/k8scsi/csi-snapshotter:v2.0.1
87+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v2.1.1
8888
args:
8989
- "--v=5"
9090
- "--csi-address=$(ADDRESS)"

deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ spec:
1919
serviceAccount: snapshot-controller
2020
containers:
2121
- name: snapshot-controller
22-
image: quay.io/k8scsi/snapshot-controller:v2.0.1
22+
image: k8s.gcr.io/sig-storage/snapshot-controller:v2.1.1
23+
24+
2325
args:
2426
- "--v=5"
2527
- "--leader-election=false"

0 commit comments

Comments
 (0)