Skip to content

Commit 0fcf53c

Browse files
author
Grant Griffiths
committed
Update snapshotter images to v5.0.0-rc1
Signed-off-by: Grant Griffiths <[email protected]>
1 parent 76efcbf commit 0fcf53c

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ spec:
3737
serviceAccountName: csi-snapshotter
3838
containers:
3939
- name: csi-snapshotter
40-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
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
4143
args:
4244
- -v=5
4345
- --csi-address=/csi/csi.sock

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,9 @@ spec:
368368
name: socket-dir
369369

370370
- name: csi-snapshotter
371-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
371+
# TODO GG: Replace w/ v5.0.0 once released
372+
# https://github.com/kubernetes-csi/external-snapshotter/issues/610
373+
image: gcr.io/k8s-staging-sig-storage/csi-snapshotter:v5.0.0-rc1
372374
args:
373375
- -v=5
374376
- --csi-address=/csi/csi.sock

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ spec:
3737
serviceAccountName: csi-snapshotter
3838
containers:
3939
- name: csi-snapshotter
40-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
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
4143
args:
4244
- -v=5
4345
- --csi-address=/csi/csi.sock

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

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

354354
- name: csi-snapshotter
355-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
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
356358
args:
357359
- -v=5
358360
- --csi-address=/csi/csi.sock

0 commit comments

Comments
 (0)