Merge pull request #2885 from rancher/Tejeev-patch-24

Add note on how to fetch specific version
This commit is contained in:
Catherine Luse
2020-12-04 11:36:56 -07:00
committed by GitHub
@@ -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-<CHART_REPO>/rancher
```
```plain
helm fetch rancher-<CHART_REPO>/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