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:
Andreas Riehl 2021-04-02 21:39:41 +02:00 committed by GitHub
parent 8497e6fcff
commit 9a097d9e04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.