fix: upgrade dapr-dashboard to 1.15.0
This commit is contained in:
@@ -25,12 +25,18 @@ spec:
|
|||||||
value: default
|
value: default
|
||||||
- name: HELMFILE_FILE_PATH
|
- name: HELMFILE_FILE_PATH
|
||||||
value: dapr.yaml.gotmpl
|
value: dapr.yaml.gotmpl
|
||||||
- repoURL: https://dapr.github.io/helm-charts
|
- repoURL: https://dapr.github.io/helm-charts
|
||||||
targetRevision: 1.15.5
|
targetRevision: 1.15.5
|
||||||
chart: dapr
|
chart: dapr
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/values/dapr/values/dapr.yaml
|
- $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 }}
|
- repoURL: {{ .Values.clusterConfig.manifests }}
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
global:
|
||||||
|
ha:
|
||||||
|
enabled: true
|
||||||
|
mtls:
|
||||||
|
enabled: true
|
||||||
|
tag: 0.15.0
|
||||||
Reference in New Issue
Block a user