Ingress: Update version of ingress controller image

This PS updates the version of the ingress controller image used.

This brings in the ability to update the ingress configuration without
reloading nginx. There may also need to be some changes for prom based
monitoring:
 * https://github.com/kubernetes/ingress-nginx/blob/master/Changelog.md#0100

Change-Id: Ia0bf3dbb9b726f3a5cfb1f95d7ede456af13374a
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2018-11-12 06:05:54 +01:00 committed by Pete Birley
parent 16072765bf
commit 4d2085f0af
2 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,7 @@ function start () {
{{- if eq .Values.deployment.mode "namespace" }}
--watch-namespace ${POD_NAMESPACE} \
{{- end }}
--enable-dynamic-configuration \
--http-port=${PORT_HTTP} \
--https-port=${PORT_HTTPS} \
--status-port=${PORT_STATUS} \

View File

@ -26,8 +26,7 @@ deployment:
images:
tags:
entrypoint: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
# https://github.com/kubernetes/ingress-nginx/blob/09524cd3363693463da5bf4a9bb3900da435ad05/Changelog.md#090
ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0
ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.20.0
error_pages: gcr.io/google_containers/defaultbackend:1.0
keepalived: osixia/keepalived:1.4.5
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1