Merge pull request #339 from Kartik494/updatecontrollerimage

Update controller images
This commit is contained in:
Kubernetes Prow Robot
2020-08-18 08:39:31 -07:00
committed by GitHub
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"