From f5994cb617c891f66973bd0dcdfe75f936f6f020 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 5e222dad32..c958311adc 100644 --- a/chart/k8gb/values.yaml +++ b/chart/k8gb/values.yaml @@ -74,11 +74,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.1 # -- external-dns sync interval interval: "20s" securityContext: