Bump snapshot-controller and snapshotter deploy to v5-rc1

Signed-off-by: Grant Griffiths <ggriffiths@purestorage.com>
This commit is contained in:
Grant Griffiths
2021-11-12 14:21:20 -08:00
parent 51f8cce2e6
commit d880aa1a74
2 changed files with 6 additions and 2 deletions

View File

@@ -84,7 +84,9 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.2.1
# TODO GG: Replace w/ v5.0.0 once released
# https://github.com/kubernetes-csi/external-snapshotter/issues/610
image: gcr.io/k8s-staging-sig-storage/csi-snapshotter:v5.0.0-rc1
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"

View File

@@ -33,7 +33,9 @@ spec:
serviceAccount: snapshot-controller
containers:
- name: snapshot-controller
image: k8s.gcr.io/sig-storage/snapshot-controller:v4.2.1
# TODO GG: Replace w/ v5.0.0 once released
# https://github.com/kubernetes-csi/external-snapshotter/issues/610
image: gcr.io/k8s-staging-sig-storage/snapshot-controller:v5.0.0-rc1
args:
- "--v=5"
- "--leader-election=true"