From 0ce9e684e2622834439e2a0f3e931858e0419451 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sun, 22 Jun 2025 07:56:52 +0200 Subject: [PATCH] fix: upgrade dapr-dashboard to 1.15.0 --- values/dapr/manifests/dapr.yaml | 8 +++++++- values/dapr/values/dashboard.yaml | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 values/dapr/values/dashboard.yaml diff --git a/values/dapr/manifests/dapr.yaml b/values/dapr/manifests/dapr.yaml index 6672e85a..7e629495 100644 --- a/values/dapr/manifests/dapr.yaml +++ b/values/dapr/manifests/dapr.yaml @@ -25,12 +25,18 @@ spec: value: default - name: HELMFILE_FILE_PATH value: dapr.yaml.gotmpl - - repoURL: https://dapr.github.io/helm-charts + - repoURL: https://dapr.github.io/helm-charts targetRevision: 1.15.5 chart: dapr helm: valueFiles: - $values/values/dapr/values/dapr.yaml + - repoURL: https://dapr.github.io/helm-charts + targetRevision: 1.15.0 + chart: dapr-dashboard + helm: + valueFiles: + - $values/values/dapr/values/dashboard.yaml - repoURL: {{ .Values.clusterConfig.manifests }} targetRevision: main ref: values diff --git a/values/dapr/values/dashboard.yaml b/values/dapr/values/dashboard.yaml new file mode 100644 index 00000000..ba81b76e --- /dev/null +++ b/values/dapr/values/dashboard.yaml @@ -0,0 +1,6 @@ +global: + ha: + enabled: true + mtls: + enabled: true + tag: 0.15.0