From 5093e8d4ae6bc1ddc340a2782afc4b0a2348e786 Mon Sep 17 00:00:00 2001 From: Tejeev Date: Fri, 20 Nov 2020 16:24:59 +0000 Subject: [PATCH] needed to note how to pull specific version charts --- .../en/installation/upgrades-rollbacks/upgrades/ha/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/_index.md b/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/_index.md index 5e43559c054..e6ed5656b37 100644 --- a/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/_index.md +++ b/content/rancher/v2.x/en/installation/upgrades-rollbacks/upgrades/ha/_index.md @@ -75,6 +75,11 @@ of your Kubernetes cluster running Rancher server. You'll use the snapshot as a ```plain helm fetch rancher-/rancher ``` + You can fetch the chart for the specific version you are upgrading to by adding in the `--version=` tag. For example: + + ```plain + helm fetch rancher-/rancher --version=v2.4.11 + ``` ### C. Upgrade Rancher