From 4e31cdf734309662cee82b52e9863b5083154b65 Mon Sep 17 00:00:00 2001 From: Junior Dongo Date: Fri, 12 Jul 2024 11:44:21 +0200 Subject: [PATCH] fix: update nfs client image due to registry change --- infrastructure/quick-deploy/localhost/variables.tf | 2 +- versions.tfvars.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",