Bump snapshot-controller and snapshotter deploy to v5-rc1
Signed-off-by: Grant Griffiths <ggriffiths@purestorage.com>
This commit is contained in:
@@ -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)"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user