From ece1657d7b48e9f60456ac6914d990422eea47ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 14 Oct 2025 11:58:45 +0200 Subject: [PATCH 1/2] fix: Bump dapr --- values/dapr/manifests/dapr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/dapr/manifests/dapr.yaml b/values/dapr/manifests/dapr.yaml index f61bb61e..4511fad8 100644 --- a/values/dapr/manifests/dapr.yaml +++ b/values/dapr/manifests/dapr.yaml @@ -28,7 +28,7 @@ spec: 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 }} + targetRevision: {{- if eq .Values.dapr.cluster "ekman" }} 1.16.0 {{- else }} 1.16.0 {{- end }} chart: dapr helm: valueFiles: From 2009a6f6f8ce58b5dd1cadea3762f6da2059fb50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 14 Oct 2025 12:14:40 +0200 Subject: [PATCH 2/2] fix(ekman): Bump dapr to 1.16.1 --- values/dapr/manifests/dapr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values/dapr/manifests/dapr.yaml b/values/dapr/manifests/dapr.yaml index 4511fad8..f5ef6c07 100644 --- a/values/dapr/manifests/dapr.yaml +++ b/values/dapr/manifests/dapr.yaml @@ -28,7 +28,7 @@ spec: 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.16.0 {{- else }} 1.16.0 {{- end }} + targetRevision: {{- if eq .Values.dapr.cluster "ekman" }} 1.16.1 {{- else }} 1.16.0 {{- end }} chart: dapr helm: valueFiles: