Skip to content

Commit c436f5c

Browse files
authored
Merge pull request #339 from Kartik494/updatecontrollerimage
Update controller images
2 parents 15773c3 + 6b11230 commit c436f5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: quay.io/k8scsi/csi-snapshotter:canary
8888
args:
8989
- "--v=5"
9090
- "--csi-address=$(ADDRESS)"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
serviceAccount: snapshot-controller
2626
containers:
2727
- name: snapshot-controller
28-
image: quay.io/k8scsi/snapshot-controller:v2.0.1
28+
image: quay.io/k8scsi/snapshot-controller:canary
2929
args:
3030
- "--v=5"
3131
- "--leader-election=false"

0 commit comments

Comments
 (0)