Promote sidecars to latest available version tags.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2019-06-02 15:01:34 +05:30
parent 1406f29dcd
commit 45ae1c56e4
5 changed files with 13 additions and 13 deletions

View File

@ -28,7 +28,7 @@ spec:
serviceAccount: rbd-csi-provisioner
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.0.1
image: quay.io/k8scsi/csi-provisioner:v1.2.0
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"
@ -40,7 +40,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:v1.0.1
image: quay.io/k8scsi/csi-snapshotter:v1.1.0
args:
- "--csi-address=$(ADDRESS)"
- "--connection-timeout=15s"
@ -55,7 +55,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v1.0.1
image: quay.io/k8scsi/csi-attacher:v1.1.1
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"