diff --git a/infrastructure/quick-deploy/localhost/variables.tf b/infrastructure/quick-deploy/localhost/variables.tf index 63d3cdb50..79458edf5 100644 --- a/infrastructure/quick-deploy/localhost/variables.tf +++ b/infrastructure/quick-deploy/localhost/variables.tf @@ -161,7 +161,7 @@ variable "redis" { #parameters for Nfs variable "nfs" { type = object({ - image = optional(string, "k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner") + image = optional(string, "registry.k8s.io/sig-storage/nfs-subdir-external-provisioner") tag = optional(string) server = optional(string) path = optional(string) diff --git a/versions.tfvars.json b/versions.tfvars.json index 065589517..2896048a6 100644 --- a/versions.tfvars.json +++ b/versions.tfvars.json @@ -68,7 +68,7 @@ "rtsp/mongosh": "2.2.6", "nginxinc/nginx-unprivileged": "1.25.5-alpine-slim", "datalust/seqcli": "2024.3", - "k8s.gcr.io/sig-storage/nfs-subdir-external-provisioner": "v4.0.18", + "registry.k8s.io/sig-storage/nfs-subdir-external-provisioner": "v4.0.2", "bitnami/rabbitmq": "3.12.14", "ghcr.io/chaos-mesh/chaos-mesh": "v2.6.3", "ghcr.io/chaos-mesh/chaos-daemon": "v2.6.3",