From b3989df3112d00fa609d9a1e45b19c3f69a4b329 Mon Sep 17 00:00:00 2001 From: darealShadow Date: Tue, 28 Feb 2023 17:43:59 -0700 Subject: [PATCH] Update values.yaml According to a blog post here (https://kubernetes.io/blog/2023/02/06/k8s-gcr-io-freeze-announcement/) the repository k8s.gcr.io will be frozen. The change above represents this adjustment. --- charts/nfs-subdir-external-provisioner/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nfs-subdir-external-provisioner/values.yaml b/charts/nfs-subdir-external-provisioner/values.yaml index f6260238..46276882 100644 --- a/charts/nfs-subdir-external-provisioner/values.yaml +++ b/charts/nfs-subdir-external-provisioner/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 strategyType: Recreate image: - repository: k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner + repository: registry.k8s.io/sig-storage/nfs-subdir-external-provisioner tag: v4.0.2 pullPolicy: IfNotPresent imagePullSecrets: []