Bring attacher controllers to latest version

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2020-03-18 14:35:35 +05:30 committed by mergify[bot]
parent e788328750
commit 8265c431a7
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: csi-cephfsplugin-attacher - name: csi-cephfsplugin-attacher
image: quay.io/k8scsi/csi-attacher:v2.1.0 image: quay.io/k8scsi/csi-attacher:v2.1.1
args: args:
- "--v=5" - "--v=5"
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"

View File

@ -68,7 +68,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: csi-attacher - name: csi-attacher
image: quay.io/k8scsi/csi-attacher:v2.1.0 image: quay.io/k8scsi/csi-attacher:v2.1.1
args: args:
- "--v=5" - "--v=5"
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"