From bd1d3bc20c31f23d6980012ef44c25dc1235bb52 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Thu, 30 Jan 2025 01:01:15 +0000 Subject: [PATCH] chore(deps): update helm release coredns to v1.39.0 --- installations/system/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/system/helmfile.yaml b/installations/system/helmfile.yaml index c7d4942..8fe1171 100644 --- a/installations/system/helmfile.yaml +++ b/installations/system/helmfile.yaml @@ -45,7 +45,7 @@ releases: - name: coredns chart: coredns/coredns - version: 1.37.0 + version: 1.39.0 namespace: kube-system inherit: - template: default-common-values -- 2.45.2