Merge pull request #146 from frank-at-suse/patch-4

Fix URL for Alpha release repo
This commit is contained in:
Billy Tat
2022-09-15 16:23:13 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
@@ -76,7 +76,7 @@ You'll use the backup as a restore point if something goes wrong during upgrade.
```
- Alpha: Experimental preview of upcoming releases.
```
helm repo add rancher-stable https://releases.rancher.com/server-charts/stable
helm repo add rancher-alpha https://releases.rancher.com/server-charts/alpha
```
Note: Upgrades are not supported to, from, or between Alphas.
@@ -34,7 +34,7 @@ From a system that has access to the internet, fetch the latest Helm chart and c
```
- Alpha: Experimental preview of upcoming releases.
```
helm repo add rancher-stable https://releases.rancher.com/server-charts/stable
helm repo add rancher-alpha https://releases.rancher.com/server-charts/alpha
```
Note: Upgrades are not supported to, from, or between Alphas.
@@ -69,7 +69,7 @@ Because the rancher-alpha repository contains only alpha charts, switching betwe
```
- Alpha: Experimental preview of upcoming releases.
```
helm repo add rancher-stable https://releases.rancher.com/server-charts/stable
helm repo add rancher-alpha https://releases.rancher.com/server-charts/alpha
```
Note: Upgrades are not supported to, from, or between Alphas.