deploy: update csi-attacher sidecar

update csi-attacher sidecar to
the latest available release version.

Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
Yug 2021-06-23 14:52:15 +05:30 committed by mergify[bot]
parent cf63be41c8
commit fac20a9446
4 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@ provisioner:
enabled: true
image:
repository: k8s.gcr.io/sig-storage/csi-attacher
tag: v3.0.2
tag: v3.2.1
pullPolicy: IfNotPresent
resources: {}

View File

@ -189,7 +189,7 @@ provisioner:
enabled: true
image:
repository: k8s.gcr.io/sig-storage/csi-attacher
tag: v3.0.2
tag: v3.2.1
pullPolicy: IfNotPresent
resources: {}

View File

@ -92,7 +92,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-cephfsplugin-attacher
image: k8s.gcr.io/sig-storage/csi-attacher:v3.0.2
image: k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"

View File

@ -79,7 +79,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-attacher
image: k8s.gcr.io/sig-storage/csi-attacher:v3.0.2
image: k8s.gcr.io/sig-storage/csi-attacher:v3.2.1
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"