Update controller images to canary

This commit is contained in:
kartik494
2020-07-27 18:04:58 +05:30
parent a9d1a60fe2
commit 6b112307d9
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v2.0.1
image: quay.io/k8scsi/csi-snapshotter:canary
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"

View File

@@ -25,7 +25,7 @@ spec:
serviceAccount: snapshot-controller
containers:
- name: snapshot-controller
image: quay.io/k8scsi/snapshot-controller:v2.0.1
image: quay.io/k8scsi/snapshot-controller:canary
args:
- "--v=5"
- "--leader-election=false"