Merge pull request #2855 from rancher/Tejeev-patch-23

needed to note how to pull specific version charts
This commit is contained in:
Catherine Luse
2020-11-20 11:08:27 -07:00
committed by GitHub
@@ -75,6 +75,11 @@ of your Kubernetes cluster running Rancher server. You'll use the snapshot as a
```plain
helm fetch rancher-<CHART_REPO>/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-<CHART_REPO>/rancher --version=v2.4.11
```
### C. Upgrade Rancher