From 0f454cd880c44fda2cf94ea91a3398819d4ed7ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 19:08:13 +0000 Subject: [PATCH] chore(deps): update container image k8s.gcr.io/external-dns/external-dns to v0.13.1 Signed-off-by: Nicholas Wilde --- cluster/infrastructure/external-dns/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/infrastructure/external-dns/deployment.yaml b/cluster/infrastructure/external-dns/deployment.yaml index c10cb97..3ca2eb5 100644 --- a/cluster/infrastructure/external-dns/deployment.yaml +++ b/cluster/infrastructure/external-dns/deployment.yaml @@ -53,7 +53,7 @@ spec: serviceAccountName: external-dns containers: - name: external-dns - image: k8s.gcr.io/external-dns/external-dns:v0.9.0 + image: k8s.gcr.io/external-dns/external-dns:v0.13.1 args: - --source=ingress - --domain-filter=nicholaswilde.io