From 75fae8b6f09219828f5e07891e10617bd9136721 Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Tue, 23 Jun 2020 09:16:03 -0400 Subject: [PATCH] Update helm chart name in upgrade doc --- docs/deploy/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/upgrade.md b/docs/deploy/upgrade.md index c720079fc..509649faa 100644 --- a/docs/deploy/upgrade.md +++ b/docs/deploy/upgrade.md @@ -44,5 +44,5 @@ If you installed ingress-nginx using the Helm command in the deployment docs so you should be able to upgrade using ```shell -helm upgrade --reuse-values ngx-ingress stable/nginx-ingress +helm upgrade --reuse-values ngx-ingress ingress-nginx/ingress-nginx ```