File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/v2.0-preview/guides Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ The recommended upgrade method for an existing Crossplane install is to use
1010* [ Helm] ( https://helm.sh/docs/intro/install/ ) version ` v3.2.0 ` or later
1111
1212
13- ## Add the Crossplane Helm repository
13+ ## Add the Crossplane Preview Helm repository
1414Verify Helm has the Crossplane repository.
1515
1616``` shell
17- helm repo add crossplane-stable https://charts.crossplane.io/stable
17+ helm repo add crossplane-preview https://charts.crossplane.io/preview
1818```
1919
20- ## Update the Helm repository
20+ ## Update the Helm Preview repository
2121
2222Update the local Crossplane Helm chart with ` helm repo update ` .
2323
@@ -37,7 +37,7 @@ By default, Crossplane installs into the `crossplane-system`
3737namespace.
3838
3939``` shell
40- helm upgrade crossplane --namespace crossplane-system crossplane-stable /crossplane
40+ helm upgrade crossplane --namespace crossplane-system crossplane-preview /crossplane --devel
4141```
4242
4343Helm preserves any arguments or flags originally used when installing
@@ -56,5 +56,5 @@ with the upgrade command.
5656
5757For 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-preview /crossplane --set ' args={"--registry=index.docker.io"}'
6060```
You can’t perform that action at this time.
0 commit comments