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.
This commit is contained in:
darealShadow 2023-02-28 17:43:59 -07:00 committed by GitHub
parent 4c82f69eef
commit b3989df311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: []