diff --git a/content/rancher/v2.x/en/installation/air-gap-high-availability/config-rancher-system-charts/_index.md b/content/rancher/v2.x/en/installation/air-gap-high-availability/config-rancher-system-charts/_index.md index fd1ae176f70..1c89a2e99b2 100644 --- a/content/rancher/v2.x/en/installation/air-gap-high-availability/config-rancher-system-charts/_index.md +++ b/content/rancher/v2.x/en/installation/air-gap-high-availability/config-rancher-system-charts/_index.md @@ -8,6 +8,15 @@ aliases: The [System Charts](https://github.com/rancher/system-charts) repository contains all the catalog items required for features such as monitoring, logging, alerting and global DNS. To be able to use these features in an air gap install, you will need to mirror the `system-charts` repository to a location in your network that Rancher can reach and configure Rancher to use that repository. +Use the branch of `system-charts` that corresponds to your version of Rancher: + +| Rancher Version | system-charts Repository Branch | +|-----------------|--------| +| v2.0.0 - v2.2.3 | master | +| v2.2.4+ | release-v2.2 | +| v2.3-alpha3 | v2.3-preview1 | +| v2.3-alpha5 | v2.3-preview2 | + ## B. Configure System Charts Rancher needs to be configured to use the Git mirror of the `system-charts` repository. diff --git a/content/rancher/v2.x/en/installation/air-gap-single-node/config-rancher-system-charts/_index.md b/content/rancher/v2.x/en/installation/air-gap-single-node/config-rancher-system-charts/_index.md index 6317c915e3c..2d3a7596aab 100644 --- a/content/rancher/v2.x/en/installation/air-gap-single-node/config-rancher-system-charts/_index.md +++ b/content/rancher/v2.x/en/installation/air-gap-single-node/config-rancher-system-charts/_index.md @@ -6,7 +6,16 @@ aliases: ## A. Prepare System Charts -The [System Charts](https://github.com/rancher/system-charts) repository contains all the catalog items required for features such as moniotring, logging, alerting and global DNS. To be able to use these features in an air gap install, you will need to mirror the `system-charts` repository to a location in your network that Rancher can reach and configure Rancher to use that repository. +The [System Charts](https://github.com/rancher/system-charts) repository contains all the catalog items required for features such as monitoring, logging, alerting and global DNS. To be able to use these features in an air gap install, you will need to mirror the `system-charts` repository to a location in your network that Rancher can reach and configure Rancher to use that repository. + +Use the branch of `system-charts` that corresponds to your version of Rancher: + +| Rancher Version | system-charts Repository Branch | +|-----------------|--------| +| v2.0.0 - v2.2.3 | master | +| v2.2.4+ | release-v2.2 | +| v2.3-alpha3 | v2.3-preview1 | +| v2.3-alpha5 | v2.3-preview2 | ## B. Configure System Charts