Skip to content

Commit 86451e9

Browse files
committed
deploy/kubernetes: Update csi-snapshotter images
Update `csi-provisioner`, `csi-snapshotter` and `hostpathplugin` to their latest versions. Signed-off-by: Benoît Knecht <[email protected]>
1 parent c39d717 commit 86451e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/kubernetes/csi-snapshotter/setup-csi-snapshotter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
serviceAccountName: csi-snapshotter
7373
containers:
7474
- name: csi-provisioner
75-
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0
75+
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.2.1
7676
args:
7777
- "--v=5"
7878
- "--csi-address=$(ADDRESS)"
@@ -84,7 +84,7 @@ spec:
8484
- name: socket-dir
8585
mountPath: /csi
8686
- name: csi-snapshotter
87-
image: gcr.io/k8s-staging-sig-storage/csi-snapshotter:v5.0.1
87+
image: gcr.io/k8s-staging-sig-storage/csi-snapshotter:v6.0.1
8888
args:
8989
- "--v=5"
9090
- "--csi-address=$(ADDRESS)"
@@ -97,7 +97,7 @@ spec:
9797
- name: socket-dir
9898
mountPath: /csi
9999
- name: hostpath
100-
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.7.2
100+
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.8.0
101101
args:
102102
- "--v=5"
103103
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)