Update snapshot controller to use k8s.gcr.io

Change-Id: I30005efec519840142bc7151aeaa543912a2f84b
This commit is contained in:
Michelle Au 2020-08-11 18:34:24 -07:00
parent 0c642b6ef0
commit 8fce14a9e9

View File

@ -22,8 +22,6 @@ spec:
serviceAccount: volume-snapshot-controller
containers:
- name: volume-snapshot-controller
# TODO(xyang): Replace with an official image when it is released
image: gcr.io/k8s-staging-csi/snapshot-controller:v2.0.0-rc2
image: k8s.gcr.io/sig-storage/snapshot-controller:v2.1.1
args:
- "--v=5"
imagePullPolicy: Always