From 30499c7ace4e6592c551416d94077fa5e0d3e125 Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Thu, 10 Oct 2024 01:01:22 +0000 Subject: [PATCH] Update Helm release coredns to v1.36.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 7cf35e0..fbcced0 100644 --- a/installations/system/helmfile.yaml +++ b/installations/system/helmfile.yaml @@ -41,7 +41,7 @@ releases: - template: default-env-values - name: coredns chart: coredns/coredns - version: 1.35.0 + version: 1.36.0 namespace: kube-system inherit: - template: default-env-values -- 2.45.2