From 150c3f810139e02cd55f22fa92b4cf4dd4856266 Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Sun, 27 Oct 2024 00:41:07 +0200 Subject: [PATCH] Switch external-dns back to official upstream Fixes #1744 Signed-off-by: Yury Tsarev --- chart/k8gb/values.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/chart/k8gb/values.yaml b/chart/k8gb/values.yaml index 650389b7b7..565f97fd73 100644 --- a/chart/k8gb/values.yaml +++ b/chart/k8gb/values.yaml @@ -69,11 +69,7 @@ externaldns: # -- extra volume mounts extraVolumeMounts: [] # -- external-dns image repo:tag - # It is important to use the image from k8gb external-dns fork to get the full - # functionality. See links below - # https://github.com/k8gb-io/external-dns - # https://github.com/k8gb-io/external-dns/pkgs/container/external-dns - image: ghcr.io/k8gb-io/external-dns:v0.13.4-azure-ns-multiarch + image: registry.k8s.io/external-dns/external-dns:v0.15.0 # -- external-dns sync interval interval: "20s" securityContext: