From f5c57731d0936f8fef5a168b9f63c86dce3ccb14 Mon Sep 17 00:00:00 2001 From: Paul McDonald Date: Wed, 27 Oct 2021 18:05:25 +0100 Subject: [PATCH] Update upgrade.md (#7828) Updated to the same release name in the installation guide --- docs/deploy/upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy/upgrade.md b/docs/deploy/upgrade.md index b42a09865..933829a80 100644 --- a/docs/deploy/upgrade.md +++ b/docs/deploy/upgrade.md @@ -41,11 +41,11 @@ For interactive editing, use `kubectl edit deployment nginx-ingress-controller - ## With Helm -If you installed ingress-nginx using the Helm command in the deployment docs so its name is `ngx-ingress`, +If you installed ingress-nginx using the Helm command in the deployment docs so its name is `ingress-nginx`, you should be able to upgrade using ```shell -helm upgrade --reuse-values ngx-ingress ingress-nginx/ingress-nginx +helm upgrade --reuse-values ingress-nginx ingress-nginx/ingress-nginx ``` ### Migrating from stable/nginx-ingress