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:
parent
4c82f69eef
commit
b3989df311
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Reference in New Issue