Fix typo for version 1.19

Signed-off-by: Bruno Costa <bruno.costa@marionete.co.uk>
Signed-off-by: Bruno Costa <ninguex@hotmail.com>
This commit is contained in:
Bruno Costa 2025-03-04 15:26:59 +00:00 committed by Bruno Costa
parent c0a90f4342
commit b2753fd792
1 changed files with 1 additions and 1 deletions

View File

@ -56,5 +56,5 @@ with the upgrade command.
For example, to maintain the original image registry use
```shell
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane `--set 'args={"--registry=index.docker.io"}'
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane --set 'args={"--registry=index.docker.io"}'
```