From 5c856ffce30f86490e8ae281d077e7dfaa8f4c08 Mon Sep 17 00:00:00 2001 From: Tejeev Date: Fri, 4 Dec 2020 12:24:02 +0000 Subject: [PATCH] actually explained how to choose a version this instruction was conspicuously missing from the doc of the same name --- .../installation/resources/choosing-version/_index.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/installation/resources/choosing-version/_index.md b/content/rancher/v2.x/en/installation/resources/choosing-version/_index.md index 2d6af682c01..328f9066724 100644 --- a/content/rancher/v2.x/en/installation/resources/choosing-version/_index.md +++ b/content/rancher/v2.x/en/installation/resources/choosing-version/_index.md @@ -35,9 +35,16 @@ Instructions on when to select these repos are available below in [Switching to ### Helm Chart Versions -Rancher Helm chart versions match the Rancher version (i.e `appVersion`). +Rancher Helm chart versions match the Rancher version (i.e `appVersion`). Once you've added the repo you can search it to show available versions with the following command:
+    `helm search repo --versions` -For the Rancher v2.1.x versions, there were some Helm charts, that were using a version that was a build number, i.e. `yyyy.mm.`. These charts have been replaced with the equivalent Rancher version and are no longer available. +If you have several repos you can specify the repo name, ie. `helm search repo rancher-stable/rancher --versions`
+For more information, see https://helm.sh/docs/helm/helm_search_repo/ + +To fetch a specific version of your chosen repo, define the `--version` parameter like in the following example:
+    `helm fetch rancher-stable/rancher --version=2.4.8` + +For the Rancher v2.1.x versions, there were some Helm charts where the version was a build number, i.e. `yyyy.mm.`. These charts have been replaced with the equivalent Rancher version and are no longer available. ### Switching to a Different Helm Chart Repository