Merge pull request #93909 from msau42/update-snapshot

Update snapshot controller to use k8s.gcr.io
This commit is contained in:
Kubernetes Prow Robot 2020-08-27 04:47:57 -07:00 committed by GitHub
commit 39af44718e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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