From 66c3d702081a68517bf4f7d503ff06a1fc43aa46 Mon Sep 17 00:00:00 2001 From: Valentin Rul Date: Wed, 16 Oct 2019 14:58:30 +0300 Subject: [PATCH] Fixed upgrading example command --- 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 8ca906412..195ab08f6 100644 --- a/docs/deploy/upgrade.md +++ b/docs/deploy/upgrade.md @@ -33,7 +33,7 @@ The easiest way to do this is e.g. (do note you may need to change the name para ``` kubectl set image deployment/nginx-ingress-controller \ - nginx-ingress-controller=nginx:quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.18.0 + nginx-ingress-controller=quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.18.0 ``` For interactive editing, use `kubectl edit deployment nginx-ingress-controller`.