From 210ccffdcd1ad6907b5da731b41acd1f1ad09647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 30 Sep 2025 15:12:19 +0200 Subject: [PATCH] fix: Persist loki changes and add note for dapr --- helmfile.d/loki.yaml.gotmpl | 2 +- values/dapr/manifests/dapr.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helmfile.d/loki.yaml.gotmpl b/helmfile.d/loki.yaml.gotmpl index a442c036..64d3cef4 100644 --- a/helmfile.d/loki.yaml.gotmpl +++ b/helmfile.d/loki.yaml.gotmpl @@ -12,7 +12,7 @@ releases: - name: loki namespace: loki chart: loki/loki - # version: 1.2.3 + version: 6.41.1 condition: loki.enabled values: - ../values/loki/values/loki.yaml.gotmpl diff --git a/values/dapr/manifests/dapr.yaml b/values/dapr/manifests/dapr.yaml index 89eda6b5..f61bb61e 100644 --- a/values/dapr/manifests/dapr.yaml +++ b/values/dapr/manifests/dapr.yaml @@ -27,6 +27,7 @@ spec: - name: HELMFILE_FILE_PATH value: dapr.yaml.gotmpl - repoURL: https://dapr.github.io/helm-charts + # NOTE: DONT BUMP EKMAN TO 1.15 it is broken targetRevision: {{- if eq .Values.dapr.cluster "ekman" }} 1.14.5 {{- else }} 1.16.0 {{- end }} chart: dapr helm: