Update upgrade.md (#7828)
Updated to the same release name in the installation guide
This commit is contained in:
parent
4da87d128d
commit
8467124c24
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue