Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/master/software/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'
```
2 changes: 1 addition & 1 deletion content/v1.17/software/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'
```
2 changes: 1 addition & 1 deletion content/v1.18/software/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'
```
2 changes: 1 addition & 1 deletion content/v1.19/software/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}'
```