diff --git a/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md b/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md index d94356b3115..bde16f2f6f9 100644 --- a/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md +++ b/content/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/_index.md @@ -37,6 +37,17 @@ weight: 276
+### Available Chart Repositories + +When installing or upgrading Rancher, you can pull one of two repositories: the `latest` Rancher chart repo or the `stable` chart repo. You can switch between these two repos by entering one of the following commands in the table below. Enter the command for the repository that you want to use _before_ installation or upgrade. + + +Repository | Repo Configuration Command | Description +-----------|-----|------------- +`latest` | `helm repo add rancher-latest https://releases.rancher.com/server-charts/latest` | Adds a repository of Helm charts for the latest versions of Rancher. We recommend using this repo for testing out new Rancher builds. +`stable` | `helm repo add rancher-stable https://releases.rancher.com/server-charts/stable` | Adds a repository of Helm charts for older, stable versions of Rancher. We recommend using this repo for production environments. + + ### API Audit Log Enabling the [API Audit Log](https://rancher.com/docs/rancher/v2.x/en/installation/api-auditing/). diff --git a/content/rancher/v2.x/en/installation/server-tags/_index.md b/content/rancher/v2.x/en/installation/server-tags/_index.md index 0dff0b3d694..1696ac5c70d 100644 --- a/content/rancher/v2.x/en/installation/server-tags/_index.md +++ b/content/rancher/v2.x/en/installation/server-tags/_index.md @@ -23,12 +23,7 @@ Rancher Server is distributed as a Docker image, which have tags attached to the ## High Availability Installs -When installing, upgrading, or rolling back Rancher Server in a [high availability configuration]({{< baseurl >}}/rancher/v2.x/en/installation/ha), you can choose what version of Rancher you want to use. - -The images available for installation are controlled by two factors: - -- The repository of Helm charts that you will configure (or have configured) during initial installation of Rancher Server. -- The `rancherImageTag` option, which you can set from the command line. +When installing, upgrading, or rolling back Rancher Server in a [high availability configuration]({{< baseurl >}}/rancher/v2.x/en/installation/ha), you can choose what repository from which to pull your Rancher images. ### Rancher Chart Repositories @@ -44,9 +39,3 @@ Instructions on when to make these configurations are available in [High Availab >**Important!** > >When _upgrading_ or _rolling back_ Rancher in a high availability configuration, you must use the same repository that you used during installation. - -### Chart Option: `rancherImageTag` - -When installing Rancher in a high availability configuration, the latest version is used by default. However, if you want to install specific version of Rancher, you can set the `rancherImageTag` [option]({{< baseurl >}}/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/#advanced-options). This option sets the version of Rancher that's deployed when you install by Helm chart. - ->**Note:** When using this option, you should avoid installing older versions of Rancher using newer Helm charts. \ No newline at end of file