Fix image version (#4977)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-28 08:56:12 -03:00 committed by GitHub
parent 0c9ff1afed
commit 19e9e9d7ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -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=quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.18.0
nginx-ingress-controller=quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.28.0
```
For interactive editing, use `kubectl edit deployment nginx-ingress-controller`.