From e3598a0c93029bf7646a6e4c97f90a37c7ed9dc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:30:22 +0000 Subject: [PATCH] chore(deps): update helm release external-dns to v1.15.0 --- 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 5182a8a..c6ba452 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.15.0" namespace = "ops-externaldns" atomic = true