Update nginx-ingress from 0.17.1 to 0.19.0

* If using --enable-ssl-passthrough or exposing TCP/UDP services,
be aware of https://github.com/kubernetes/ingress-nginx/pull/3038
* Workarounds until the fix merges are to stay on 0.17.1, use the
suggested development image, or revert to securityContext
`runAsNonRoot: false` for a while (less secure)
This commit is contained in:
Dalton Hubble
2018-09-08 16:12:38 -07:00
parent 1b8234eb91
commit dc03f7a4a9
6 changed files with 6 additions and 5 deletions

View File

@ -26,6 +26,7 @@ Notable changes between versions.
#### Addons
* Update nginx-ingress from 0.17.1 to 0.19.0
* Update kube-state-metrics from v1.3.1 to v1.4.0
* Update Grafana from 5.2.2 to 5.2.4