Release 0.29.0 (#5075)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-02-15 08:28:22 -03:00 committed by GitHub
parent 010563df2e
commit eedcdcdbf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 84 additions and 19 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.28.0
nginx-ingress-controller=quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.29.0
```
For interactive editing, use `kubectl edit deployment nginx-ingress-controller`.