mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Port rancher/docs#4208: Update to latest version and remove v in --version=v.X.Y.Z
This commit is contained in:
+2
-2
@@ -104,7 +104,7 @@ You'll use the backup as a restore point if something goes wrong during upgrade.
|
||||
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
|
||||
helm fetch rancher-<CHART_REPO>/rancher --version=2.6.8
|
||||
```
|
||||
|
||||
### 3. Upgrade Rancher
|
||||
@@ -161,7 +161,7 @@ helm get values rancher -n cattle-system -o yaml > values.yaml
|
||||
helm upgrade rancher rancher-<CHART_REPO>/rancher \
|
||||
--namespace cattle-system \
|
||||
-f values.yaml \
|
||||
--version=2.4.5
|
||||
--version=2.6.8
|
||||
```
|
||||
|
||||
### 4. Verify the Upgrade
|
||||
|
||||
Reference in New Issue
Block a user