From 81650b753c9b9fbab3a476940b9a692c7c321af6 Mon Sep 17 00:00:00 2001 From: Frank Murphy <88675306+frank-at-suse@users.noreply.github.com> Date: Thu, 15 Sep 2022 13:04:19 -0400 Subject: [PATCH 1/2] Fix URL for Alpha release repo --- .../air-gapped-helm-cli-install/install-rancher-ha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha.md b/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha.md index 41769a7df24..6d4d3fcb2f9 100644 --- a/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha.md +++ b/docs/getting-started/installation-and-upgrade/other-installation-methods/air-gapped-helm-cli-install/install-rancher-ha.md @@ -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. From 0d9389ffef73e8efa56b2a8f7c2d84a5068ad006 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 15 Sep 2022 16:05:51 -0700 Subject: [PATCH 2/2] Fix URL for other occurrences of Alpha release repo --- .../install-upgrade-on-a-kubernetes-cluster/upgrades.md | 2 +- .../resources/choose-a-rancher-version.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrades.md b/docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrades.md index 06a320b3b26..a94729a6f38 100644 --- a/docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrades.md +++ b/docs/getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/upgrades.md @@ -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. diff --git a/docs/getting-started/installation-and-upgrade/resources/choose-a-rancher-version.md b/docs/getting-started/installation-and-upgrade/resources/choose-a-rancher-version.md index d6413420827..88c9b792f0e 100644 --- a/docs/getting-started/installation-and-upgrade/resources/choose-a-rancher-version.md +++ b/docs/getting-started/installation-and-upgrade/resources/choose-a-rancher-version.md @@ -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.