From 021411829c955967a3d4e9c5b11ae97e5c56b2fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:50:08 +0000 Subject: [PATCH] chore(deps): replace k8s.gcr.io/ingress-nginx/controller docker tag with registry.k8s.io/ingress-nginx/controller --- configure/ingress-nginx/mandatory.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/ingress-nginx/mandatory.yaml b/configure/ingress-nginx/mandatory.yaml index 8f46ee8a0e29..21857fc5fc16 100644 --- a/configure/ingress-nginx/mandatory.yaml +++ b/configure/ingress-nginx/mandatory.yaml @@ -206,7 +206,7 @@ spec: kubernetes.io/os: linux containers: - name: nginx-ingress-controller - image: k8s.gcr.io/ingress-nginx/controller:v1.2.0@sha256:d8196e3bc1e72547c5dec66d6556c0ff92a23f6d0919b206be170bc90d5f9185 + image: registry.k8s.io/ingress-nginx/controller:v1.2.0@sha256:d8196e3bc1e72547c5dec66d6556c0ff92a23f6d0919b206be170bc90d5f9185 terminationMessagePolicy: FallbackToLogsOnError args: - /nginx-ingress-controller