mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #93909 from msau42/update-snapshot
Update snapshot controller to use k8s.gcr.io
This commit is contained in:
commit
39af44718e
@ -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