Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion chart/dapr-shared/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apiVersion: v2
description: Helm Chart For Dapr Shared Apps
name: dapr-shared-chart
version: 1.16.0
version: 1.17.0
appVersion: "1.17.3"
2 changes: 1 addition & 1 deletion chart/dapr-shared/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ shared:
# -- Daprd image.
name: daprd
# -- Daprd image version.
tag: 1.15.7
tag: 1.17.3
# -- Daprd image pull policy.
pullPolicy: Always
metrics:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Next install a version of the Dapr control plane into the cluster:
helm repo add dapr https://dapr.github.io/helm-charts/
helm repo update
helm upgrade --install dapr dapr/dapr \
--version=1.16.0 \
--version=1.17.3 \
--namespace dapr-system \
--create-namespace \
--wait
Expand Down
Loading