From f6bc2fcf7a54382c1a3481e7bc5d21b3b579713d Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 23 May 2026 01:26:29 +1000 Subject: [PATCH 1/2] feat(externaldns): upgrade to 1.21.1, fix sources for installed CRDs - Bump chart from 1.19.0 to 1.21.1 (app v0.19.0 -> v0.21.0) - Remove gateway-tcproute source (TCPRoute CRD not installed) - Add gateway-tlsroute source (TLSRoute CRD is installed) --- apps/overlays/au-syd1/externaldns/kustomization.yaml | 2 +- apps/overlays/au-syd1/externaldns/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/overlays/au-syd1/externaldns/kustomization.yaml b/apps/overlays/au-syd1/externaldns/kustomization.yaml index 4c32a58..1399090 100644 --- a/apps/overlays/au-syd1/externaldns/kustomization.yaml +++ b/apps/overlays/au-syd1/externaldns/kustomization.yaml @@ -8,7 +8,7 @@ resources: helmCharts: - name: external-dns repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm - version: "1.19.0" + version: "1.21.1" releaseName: externaldns namespace: externaldns valuesFile: values.yaml diff --git a/apps/overlays/au-syd1/externaldns/values.yaml b/apps/overlays/au-syd1/externaldns/values.yaml index cc5e650..9bcfbe5 100644 --- a/apps/overlays/au-syd1/externaldns/values.yaml +++ b/apps/overlays/au-syd1/externaldns/values.yaml @@ -25,8 +25,8 @@ sources: - service - ingress - gateway-httproute + - gateway-tlsroute - gateway-grpcroute - - gateway-tcproute # Environment variables for TSIG secret and algorithm from Vault env: -- 2.47.3 From ec929b9a22de8fbd3791aa8c201ae61f3fc5252b Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 23 May 2026 01:27:11 +1000 Subject: [PATCH 2/2] fix(externaldns): also drop gateway-tlsroute (v1alpha2 broken on Gateway API 1.5.1) --- apps/overlays/au-syd1/externaldns/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/overlays/au-syd1/externaldns/values.yaml b/apps/overlays/au-syd1/externaldns/values.yaml index 9bcfbe5..fa807c2 100644 --- a/apps/overlays/au-syd1/externaldns/values.yaml +++ b/apps/overlays/au-syd1/externaldns/values.yaml @@ -25,7 +25,6 @@ sources: - service - ingress - gateway-httproute - - gateway-tlsroute - gateway-grpcroute # Environment variables for TSIG secret and algorithm from Vault -- 2.47.3