File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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)"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments