Fixed version

This commit is contained in:
Trond Hindenes 2021-01-29 20:36:47 +01:00
parent 474f8dd823
commit 4055d2f745
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ The latest Dapr helm chart no longer supports Helm v2. Please migrate from helm
```bash ```bash
helm upgrade --install dapr dapr/dapr \ helm upgrade --install dapr dapr/dapr \
--version=1.0.0 \ --version=1.0.0-rc.3 \
--namespace dapr-system \ --namespace dapr-system \
--create-namespace \ --create-namespace \
--wait --wait

View File

@ -12,7 +12,7 @@ description: "Follow these steps to upgrade Dapr on Kubernetes and ensure a smoo
## Upgrade existing cluster to 1.0.0 / 1.0.0-rc.3 ## Upgrade existing cluster to 1.0.0 / 1.0.0-rc.3
From version 1.0.0.rc.3 onwards, upgrading Dapr using Helm is no longer a disruptive action since existing certificate values will automatically be re-used. From version 1.0.0-rc.3 onwards, upgrading Dapr using Helm is no longer a disruptive action since existing certificate values will automatically be re-used.
1. Upgrade Dapr from 1.0.0-rc.1 (or newer) to 1.0.0-rc.3 (or newer): 1. Upgrade Dapr from 1.0.0-rc.1 (or newer) to 1.0.0-rc.3 (or newer):