From 744a0bb32c54e082f583e9d88ff5568965c4166f Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Sun, 29 Sep 2024 01:01:46 +0000 Subject: [PATCH] Update Helm release coredns to v1.33.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 e19a619..e36fb09 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.32.0 + version: 1.33.0 namespace: kube-system inherit: - template: default-env-values