From 2e13a6454f3c9a04b99d10d6b25cca0365e64d04 Mon Sep 17 00:00:00 2001
From: Devops Bot <bot@badhouseplants.net>
Date: Mon, 31 Mar 2025 01:01:05 +0000
Subject: [PATCH] chore(deps): update helm release external-dns to v1.16.0

---
 helmfiles/platform.yaml              | 2 +-
 installations/platform/helmfile.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helmfiles/platform.yaml b/helmfiles/platform.yaml
index ce7d837..06ef8e8 100644
--- a/helmfiles/platform.yaml
+++ b/helmfiles/platform.yaml
@@ -12,7 +12,7 @@ releases:
     chart: external-dns/external-dns
     labels:
       layer: platform
-    version: 1.15.2
+    version: 1.16.0
     namespace: platform
     inherit:
       - template: common-values-tpl
diff --git a/installations/platform/helmfile.yaml b/installations/platform/helmfile.yaml
index f2135a7..253228a 100644
--- a/installations/platform/helmfile.yaml
+++ b/installations/platform/helmfile.yaml
@@ -100,7 +100,7 @@ releases:
 
   - name: external-dns
     chart: external-dns/external-dns
-    version: 1.15.2
+    version: 1.16.0
     namespace: platform
     inherit:
       - template: default-env-values