Merge branch 'v1.3' into release-v1.4-v1.3-changes

This commit is contained in:
Ori Zohar 2021-09-14 09:36:58 -07:00 committed by GitHub
commit 04fe1e9b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ The latest Dapr helm chart no longer supports Helm v2. Please migrate from Helm
```bash
helm upgrade --install dapr dapr/dapr \
--version=1.2 \
--version=1.3 \
--namespace dapr-system \
--create-namespace \
--wait
@ -132,7 +132,7 @@ The latest Dapr helm chart no longer supports Helm v2. Please migrate from Helm
```bash
helm upgrade --install dapr dapr/dapr \
--version=1.2 \
--version=1.3 \
--namespace dapr-system \
--create-namespace \
--set global.ha.enabled=true \