From ec3477dfc359d61e2c6bf8357e5ddd4d205aa3d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 01:31:51 +0000 Subject: [PATCH] chore(deps): update helm release external-dns to v1.14.1 --- bootstrap/modules/external-dns/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/modules/external-dns/main.tf b/bootstrap/modules/external-dns/main.tf index 5182a8ab..1c1dd127 100644 --- a/bootstrap/modules/external-dns/main.tf +++ b/bootstrap/modules/external-dns/main.tf @@ -2,7 +2,7 @@ resource "helm_release" "external_dns" { chart = "external-dns" name = "external-dns" repository = "https://kubernetes-sigs.github.io/external-dns/" - version = "1.13.1" + version = "1.14.1" namespace = "ops-externaldns" atomic = true