mirror of https://github.com/dapr/docs.git
Update kubernetes-upgrade.md
The command doesn't match the description text. Description text states to update to v1.1.0, but command show how to update to v1.0.2.
This commit is contained in:
parent
8497e6fcff
commit
9a097d9e04
|
@ -19,7 +19,7 @@ There are two ways to upgrade the Dapr control plane on a Kubernetes cluster usi
|
|||
The example below shows how to upgrade to version 1.1.0:
|
||||
|
||||
```bash
|
||||
dapr upgrade -k --runtime-version=1.0.1
|
||||
dapr upgrade -k --runtime-version=1.1.0
|
||||
```
|
||||
|
||||
You can provide all the available Helm chart configurations using the Dapr CLI.
|
||||
|
|
Loading…
Reference in New Issue