Update upgrade.md (#7828)

Updated to the same release name in the installation guide
This commit is contained in:
Paul McDonald 2021-10-27 18:05:25 +01:00 committed by GitHub
parent 4da87d128d
commit 8467124c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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