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 - name: socket-dir
mountPath: /csi mountPath: /csi
- name: csi-snapshotter - name: csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v2.0.1 image: quay.io/k8scsi/csi-snapshotter:canary
args: args:
- "--v=5" - "--v=5"
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"

View File

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