From 9d2cb16ec1e86edbbdfd39bb6a16092676552204 Mon Sep 17 00:00:00 2001 From: Karthik KN Date: Tue, 11 Oct 2022 17:37:39 -0400 Subject: [PATCH] Use registry.k8s.io in external-dns-deployment yml --- kustomize/external-dns-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/external-dns-deployment.yaml b/kustomize/external-dns-deployment.yaml index 212e16614..989587b61 100644 --- a/kustomize/external-dns-deployment.yaml +++ b/kustomize/external-dns-deployment.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: external-dns containers: - name: external-dns - image: k8s.gcr.io/external-dns/external-dns + image: registry.k8s.io/external-dns/external-dns args: - --source=service - --source=ingress