File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
kubernetes-1.21-test/hostpath Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3737 serviceAccountName : csi-snapshotter
3838 containers :
3939 - name : csi-snapshotter
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
40+ image : k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.1
4341 args :
4442 - -v=5
4543 - --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change @@ -352,9 +352,7 @@ spec:
352352 name : socket-dir
353353
354354 - name : csi-snapshotter
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
355+ image : k8s.gcr.io/sig-storage/csi-snapshotter:v5.0.1
358356 args :
359357 - -v=5
360358 - --csi-address=/csi/csi.sock
You can’t perform that action at this time.
0 commit comments