deploy: update snapshotter version to v6

external-snapshotter v6.0.0 is released updating
the snapshotter to v6.0.0

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2022-05-24 09:18:18 +05:30 committed by mergify[bot]
parent b7c03d7ad2
commit 3c1ae4c5c8
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v5.0.1
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.0.0
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"

View File

@ -71,7 +71,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v5.0.1
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.0.0
args:
- "--csi-address=$(ADDRESS)"
- "--v=5"