diff --git a/chart/dapr-shared/Chart.yaml b/chart/dapr-shared/Chart.yaml index e1683f1..c93a5e0 100644 --- a/chart/dapr-shared/Chart.yaml +++ b/chart/dapr-shared/Chart.yaml @@ -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" diff --git a/chart/dapr-shared/values.yaml b/chart/dapr-shared/values.yaml index 17e404f..c313005 100644 --- a/chart/dapr-shared/values.yaml +++ b/chart/dapr-shared/values.yaml @@ -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: diff --git a/docs/tutorial/README.md b/docs/tutorial/README.md index 8200454..a84d231 100644 --- a/docs/tutorial/README.md +++ b/docs/tutorial/README.md @@ -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