deploy: update csi-attacher to v3.4.0

This commit update the csi-attacher sidecar version to v3.4.0

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
(cherry picked from commit 0ab717f06f)
This commit is contained in:
Humble Chirammal 2022-01-13 17:25:18 +05:30 committed by Humble Devassy Chirammal
parent 1d8a5c9e0f
commit 42f38d878b
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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