mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-26 13:08:11 +00:00
Merge pull request #2855 from rancher/Tejeev-patch-23
needed to note how to pull specific version charts
This commit is contained in:
@@ -75,6 +75,11 @@ of your Kubernetes cluster running Rancher server. You'll use the snapshot as a
|
|||||||
```plain
|
```plain
|
||||||
helm fetch rancher-<CHART_REPO>/rancher
|
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
|
### C. Upgrade Rancher
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user