Merge "Ingress: Update version of ingress controller image"
This commit is contained in:
commit
8e369d2c9c
@ -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} \
|
||||
--healthz-port=${PORT_HEALTHZ} \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user