mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 21:18:04 +00:00
Merge pull request #2885 from rancher/Tejeev-patch-24
Add note on how to fetch specific version
This commit is contained in:
+8
-3
@@ -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.
|
3. Fetch the latest Rancher chart. This will pull down the chart and save it in the current directory as a `.tgz` file.
|
||||||
```plain
|
```plain
|
||||||
helm fetch rancher-<CHART_REPO>/rancher
|
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
|
### B. Choose your SSL Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user