From f7ad1192022ae745a44d2c2af79d28bca11259fa Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Tue, 18 Aug 2020 17:18:17 -0400 Subject: [PATCH] Link docs to upgrading section of chart readme Signed-off-by: Scott Rigby --- docs/deploy/upgrade.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/deploy/upgrade.md b/docs/deploy/upgrade.md index 2c57b00df..ba4343321 100644 --- a/docs/deploy/upgrade.md +++ b/docs/deploy/upgrade.md @@ -47,3 +47,7 @@ you should be able to upgrade using ```shell helm upgrade --reuse-values ngx-ingress ingress-nginx/ingress-nginx ``` + +### Migrating from stable/nginx-ingress + +See detailed steps in the upgrading section of the `ingress-nginx` chart [README](https://github.com/kubernetes/ingress-nginx/blob/master/charts/ingress-nginx/README.md#migrating-from-stablenginx-ingress).