From a2792b726de0beedb64c983b4986c3b3f648307f Mon Sep 17 00:00:00 2001 From: Tejeev Date: Fri, 4 Dec 2020 11:11:45 +0000 Subject: [PATCH] Add note on how to fetch specific version --- .../air-gap/install-rancher/_index.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md b/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md index c27acbcca55..58a9e26b8de 100644 --- a/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md +++ b/content/rancher/v2.x/en/installation/other-installation-methods/air-gap/install-rancher/_index.md @@ -40,9 +40,14 @@ From a system that has access to the internet, fetch the latest Helm chart and c ``` 3. Fetch the latest Rancher chart. This will pull down the chart and save it in the current directory as a `.tgz` file. -```plain -helm fetch rancher-/rancher -``` + ```plain + helm fetch rancher-/rancher + ``` + + If you require a specific version of Rancher, you can fetch this with the Helm `--version` parameter like in the following example: + ```plain + helm fetch rancher-stable/rancher --version=v2.4.8 + ``` ### B. Choose your SSL Configuration