From 4871cb73bdceea9555f7caeffe5f45d17dfc9d3c Mon Sep 17 00:00:00 2001 From: "Eduardo' Vela\" Nava (sirdarckcat)" Date: Sat, 5 Mar 2022 12:14:57 +0100 Subject: [PATCH 1/2] Upgrade external-dns to 0.10 --- kctf-operator/resources/external-dns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kctf-operator/resources/external-dns.go b/kctf-operator/resources/external-dns.go index 11b8e6da..b24b3379 100644 --- a/kctf-operator/resources/external-dns.go +++ b/kctf-operator/resources/external-dns.go @@ -74,7 +74,7 @@ func NewExternalDnsDeployment() client.Object { ServiceAccountName: "external-dns-sa", Containers: []corev1.Container{ { - Image: "us.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.7.2", + Image: "us.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.10.0", Name: "external-dns", Env: []corev1.EnvVar{{ Name: "DOMAIN_NAME", From 718cb2c151573effaff36fedd392ef2dc93e3a84 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 5 Mar 2022 11:29:19 +0000 Subject: [PATCH 2/2] Automated commit: update images. --- dist/resources/operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/resources/operator.yaml b/dist/resources/operator.yaml index 80a6b0cc..350e112e 100644 --- a/dist/resources/operator.yaml +++ b/dist/resources/operator.yaml @@ -4544,7 +4544,7 @@ spec: value: 0.0.0.0/0 - name: SECURITY_POLICY value: DISABLED - image: gcr.io/kctf-docker/kctf-operator@sha256:12d5b1132b01434f0977e856cd700d98e18fdbfdaaa9959ad25335eb06e83d88 + image: gcr.io/kctf-docker/kctf-operator@sha256:bd6625c3e2ef29605651dd1c5191df7b1f8644cd78b312a2b9abf3a3377ee557 livenessProbe: httpGet: path: /healthz