Skip to content

Commit 452342c

Browse files
authored
Merge pull request #609 from ggriffiths/v5bump
Bump snapshot-controller and snapshotter deploy to v5-rc1
2 parents 51f8cce + d880aa1 commit 452342c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ spec:
8484
- name: socket-dir
8585
mountPath: /csi
8686
- name: csi-snapshotter
87-
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
87+
# TODO GG: Replace w/ v5.0.0 once released
88+
# https://github.com/kubernetes-csi/external-snapshotter/issues/610
89+
image: gcr.io/k8s-staging-sig-storage/csi-snapshotter:v5.0.0-rc1
8890
args:
8991
- "--v=5"
9092
- "--csi-address=$(ADDRESS)"

deploy/kubernetes/snapshot-controller/setup-snapshot-controller.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ spec:
3333
serviceAccount: snapshot-controller
3434
containers:
3535
- name: snapshot-controller
36-
image: k8s.gcr.io/sig-storage/snapshot-controller:v4.2.1
36+
# TODO GG: Replace w/ v5.0.0 once released
37+
# https://github.com/kubernetes-csi/external-snapshotter/issues/610
38+
image: gcr.io/k8s-staging-sig-storage/snapshot-controller:v5.0.0-rc1
3739
args:
3840
- "--v=5"
3941
- "--leader-election=true"

0 commit comments

Comments
 (0)