From 793eedc6650a5bec9ac91f4fe455ea5e46b96d85 Mon Sep 17 00:00:00 2001 From: stimpy-bot <101597957+stimpy-bot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 18:07:47 +0000 Subject: [PATCH] feat(helm): update helm release external-dns to v1.12.0 | datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | helm | external-dns | 1.11.0 | 1.12.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 ad6561715..22f5fb8b7 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.11.0 + version: 1.12.0 sourceRef: kind: HelmRepository name: external-dns-charts