deploy: use k8s.gcr.io registry for the NFS-nodeplugin

Kubernetes CSI now hosts the container-image for the NFS-nodeplugin in
the the k8s.gcr.io instead of the Microsoft registry.

See-also: kubernetes-csi/csi-driver-nfs@7b5b6f344
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2022-04-14 09:32:29 +02:00 committed by mergify[bot]
parent 282c33cb58
commit 6b34e6c899

View File

@ -86,7 +86,7 @@ spec:
fieldPath: spec.nodeName
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
image: mcr.microsoft.com/k8s/csi/nfs-csi:v3.1.0
image: k8s.gcr.io/sig-storage/nfsplugin:v3.1.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 5