From 4ba25a84ce861b2a0091e8a2ac2d702512675aa3 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:06:45 +0000 Subject: [PATCH] feat(helm): update helm release external-dns to v1.14.0 | datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | helm | external-dns | 1.13.1 | 1.14.0 | --- cluster/apps/networking/external-dns/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/networking/external-dns/helm-release.yaml b/cluster/apps/networking/external-dns/helm-release.yaml index 7fbbc349a..7e54a58e8 100644 --- a/cluster/apps/networking/external-dns/helm-release.yaml +++ b/cluster/apps/networking/external-dns/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://kubernetes-sigs.github.io/external-dns chart: external-dns - version: 1.13.1 + version: 1.14.0 sourceRef: kind: HelmRepository name: external-dns-charts