mirror of https://github.com/dapr/docs.git
Fixed version
This commit is contained in:
parent
474f8dd823
commit
4055d2f745
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue