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