Skip to content

Commit c0a90f4

Browse files
Bruno CostaXtema
authored andcommitted
Fix typo for version 1.17 and 1.18
Signed-off-by: Bruno Costa <[email protected]> Signed-off-by: Bruno Costa <[email protected]>
1 parent 5a53fe9 commit c0a90f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/v1.17/software/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ with the upgrade command.
5656

5757
For example, to maintain the original image registry use
5858
```shell
59-
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane `--set 'args={"--registry=index.docker.io"}'
59+
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane --set 'args={"--registry=index.docker.io"}'
6060
```

content/v1.18/software/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ with the upgrade command.
5656

5757
For example, to maintain the original image registry use
5858
```shell
59-
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane --set 'args={"--registry=index.docker.io"}'
59+
helm upgrade crossplane --namespace crossplane-system crossplane-stable/crossplane --set args={"--registry=index.docker.io"}'
6060
```

0 commit comments

Comments
 (0)