mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Update snapshot controller to use k8s.gcr.io
Change-Id: I30005efec519840142bc7151aeaa543912a2f84b
This commit is contained in:
parent
0c642b6ef0
commit
8fce14a9e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user