diff --git a/content/v1.19/software/upgrade.md b/content/v1.19/software/upgrade.md index 94ecd468..fae7d94b 100644 --- a/content/v1.19/software/upgrade.md +++ b/content/v1.19/software/upgrade.md @@ -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"}' ```