diff --git a/content/rancher/v2.x/en/upgrades/upgrades/ha/helm2/_index.md b/content/rancher/v2.x/en/upgrades/upgrades/ha/helm2/_index.md index 11662d9fdd8..64cf393022d 100644 --- a/content/rancher/v2.x/en/upgrades/upgrades/ha/helm2/_index.md +++ b/content/rancher/v2.x/en/upgrades/upgrades/ha/helm2/_index.md @@ -99,7 +99,7 @@ Upgrade Rancher to the latest version with all your settings. Take all the values from the previous step and append them to the command using `--set key=value`. Note: There will be many more options from the previous step that need to be appended. ``` -helm upgrade --install rancher rancher-latest rancher-/rancher \ +helm upgrade --install rancher rancher-/rancher \ --namespace cattle-system \ --set hostname=rancher.my.org ```