Release 0.16.1 (#2695)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-06-23 09:22:46 -04:00 committed by GitHub
parent 4877ecd19a
commit 4f44ddcf73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 41 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=nginx:quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.16.0
nginx-ingress-controller=nginx:quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.16.1
```
For interactive editing, use `kubectl edit deployment nginx-ingress-controller`.