update CRD

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2024-05-02 12:55:02 -04:00
parent a107511779
commit 4a0a9d47ea
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ The CustomResourceDefinition "configurations.dapr.io" is invalid: spec.preserveU
1. Run the following command to upgrade the `CustomResourceDefinition` to a compatible version:
```sh
kubectl replace -f https://raw.githubusercontent.com/dapr/dapr/5a15b3e0f093d2d0938b12f144c7047474a290fe/charts/dapr/crds/configuration.yaml
kubectl replace -f https://raw.githubusercontent.com/dapr/dapr/release-1.13/charts/dapr/crds/configuration.yaml
```
1. Proceed with the `dapr upgrade --runtime-version {{% dapr-latest-version long="true" %}} -k` command.