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
10
10
* [ Helm] ( https://helm.sh/docs/intro/install/ ) version ` v3.2.0 ` or later
11
11
12
12
13
- ## Add the Crossplane Helm repository
13
+ ## Add the Crossplane Preview Helm repository
14
14
Verify Helm has the Crossplane repository.
15
15
16
16
``` shell
17
- helm repo add crossplane-stable https://charts.crossplane.io/stable
17
+ helm repo add crossplane-preview https://charts.crossplane.io/preview
18
18
```
19
19
20
- ## Update the Helm repository
20
+ ## Update the Helm Preview repository
21
21
22
22
Update the local Crossplane Helm chart with ` helm repo update ` .
23
23
@@ -37,7 +37,7 @@ By default, Crossplane installs into the `crossplane-system`
37
37
namespace.
38
38
39
39
``` shell
40
- helm upgrade crossplane --namespace crossplane-system crossplane-stable /crossplane
40
+ helm upgrade crossplane --namespace crossplane-system crossplane-preview /crossplane --devel
41
41
```
42
42
43
43
Helm preserves any arguments or flags originally used when installing
@@ -56,5 +56,5 @@ with the upgrade command.
56
56
57
57
For example, to maintain the original image registry use
58
58
``` 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"}'
60
60
```
You can’t perform that action at this time.
0 commit comments