Skip to content

Commit 46e4c2c

Browse files
committed
Update csi-snapshotter images to v5.0.1
1 parent 0b59e31 commit 46e4c2c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

deploy/kubernetes-1.21-test/hostpath/csi-hostpath-snapshotter.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ spec:
3737
serviceAccountName: csi-snapshotter
3838
containers:
3939
- name: csi-snapshotter
40-
# TODO GG: Replace w/ v5.0.0 once released
41-
# https://github.com/kubernetes-csi/external-snapshotter/issues/610
42-
image: gcr.io/k8s-staging-sig-storage/csi-snapshotter:v5.0.0-rc1
40+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.1
4341
args:
4442
- -v=5
4543
- --csi-address=/csi/csi.sock

deploy/kubernetes-1.21/hostpath/csi-hostpath-plugin.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,7 @@ spec:
352352
name: socket-dir
353353

354354
- name: csi-snapshotter
355-
# TODO GG: Replace w/ v5.0.0 once released
356-
# https://github.com/kubernetes-csi/external-snapshotter/issues/610
357-
image: gcr.io/k8s-staging-sig-storage/csi-snapshotter:v5.0.0-rc1
355+
image: k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.1
358356
args:
359357
- -v=5
360358
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)