deploy: make use of latest attacher release v3.5.0

attacher sidecar has a new release:
https://github.com/kubernetes-csi/external-attacher/releases/tag/v3.5.0

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-06-09 10:49:50 +05:30
committed by mergify[bot]
parent 7a00736b4f
commit 34378aafb8
4 changed files with 4 additions and 4 deletions

View File

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