chore: switch to use gcr images
This commit is contained in:
parent
fccb61c1be
commit
b553ce4164
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
nfs:
|
nfs:
|
||||||
repository: mcr.microsoft.com/k8s/csi/nfs-csi
|
repository: gcr.io/k8s-staging-sig-storage/nfsplugin
|
||||||
tag: latest
|
tag: canary
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
csiProvisioner:
|
csiProvisioner:
|
||||||
repository: k8s.gcr.io/sig-storage/csi-provisioner
|
repository: k8s.gcr.io/sig-storage/csi-provisioner
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ spec:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 20Mi
|
memory: 20Mi
|
||||||
- name: nfs
|
- name: nfs
|
||||||
image: mcr.microsoft.com/k8s/csi/nfs-csi:latest
|
image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
capabilities:
|
capabilities:
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ spec:
|
||||||
capabilities:
|
capabilities:
|
||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: true
|
||||||
image: mcr.microsoft.com/k8s/csi/nfs-csi:latest
|
image: gcr.io/k8s-staging-sig-storage/nfsplugin:canary
|
||||||
args:
|
args:
|
||||||
- "-v=5"
|
- "-v=5"
|
||||||
- "--nodeid=$(NODE_ID)"
|
- "--nodeid=$(NODE_ID)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue