Skip to content

Commit ad9ce93

Browse files
committed
0.12.0-RC.1 for dashboard.
Signed-off-by: Artur Souza <[email protected]>
1 parent 26c0e10 commit ad9ce93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/dapr/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ dependencies:
2020
version: '0.0.0'
2121
repository: "file://dapr_sentry"
2222
- name: dapr_dashboard
23-
version: "0.11.1"
23+
version: "0.12.0-rc.1"
2424
repository: "file://dapr_dashboard"

charts/dapr/charts/dapr_dashboard/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: A Helm chart for Dapr Dashboard
44
name: dapr_dashboard
5-
version: 0.11.1
5+
version: 0.12.0-rc.1

charts/dapr/charts/dapr_dashboard/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ component: dashboard
66
image:
77
registry: docker.io/daprio
88
name: dashboard
9-
tag: "0.11.1"
9+
tag: "0.12.0-rc.1"
1010
imagePullSecrets: ""
1111

1212
nameOverride: ""

0 commit comments

Comments
 (0)