Skip to content

Commit 10af7ac

Browse files
committed
Use preview Helm repo in the upgrade docs
Signed-off-by: Nic Cope <[email protected]>
1 parent dcac6e0 commit 10af7ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/v2.0-preview/guides/upgrade-crossplane.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
1414
Verify 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

2222
Update the local Crossplane Helm chart with `helm repo update`.
2323

@@ -37,7 +37,7 @@ By default, Crossplane installs into the `crossplane-system`
3737
namespace.
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

4343
Helm preserves any arguments or flags originally used when installing
@@ -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-preview/crossplane --set 'args={"--registry=index.docker.io"}'
6060
```

0 commit comments

Comments
 (0)