Merge "Ingress: Update version of ingress controller image"

This commit is contained in:
Zuul 2018-11-23 20:39:38 +00:00 committed by Gerrit Code Review
commit 8e369d2c9c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -26,8 +26,7 @@ deployment:
images: images:
tags: tags:
entrypoint: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 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.20.0
ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0
error_pages: gcr.io/google_containers/defaultbackend:1.0 error_pages: gcr.io/google_containers/defaultbackend:1.0
keepalived: osixia/keepalived:1.4.5 keepalived: osixia/keepalived:1.4.5
dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1 dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1