From 9736d369f9159c43036f106646823fc6841e3064 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 22 Nov 2021 15:41:32 +0100 Subject: [PATCH] use the upstream image for the nfs provisioner --- templates/nfs-provisioner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nfs-provisioner.yaml b/templates/nfs-provisioner.yaml index 69a7dcb..a1890a1 100644 --- a/templates/nfs-provisioner.yaml +++ b/templates/nfs-provisioner.yaml @@ -87,7 +87,7 @@ spec: serviceAccountName: nfs-client-provisioner containers: - name: nfs-client-provisioner - image: quay.io/external_storage/nfs-client-provisioner:latest + image: k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner:v4.0.2 volumeMounts: - name: nfs-client-root mountPath: /persistentvolumes