From 2360e3978e79a65745cb293015f3df42e890a1c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:46: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 6fe138a25f95..5b4ad90dd2e6 100644 --- a/configure/ingress-nginx/mandatory.yaml +++ b/configure/ingress-nginx/mandatory.yaml @@ -217,7 +217,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