From 5006c2c9e3562eb1c4b14b970eca4fe293b37bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandor=20Sz=C3=BCcs?= Date: Mon, 10 Sep 2018 11:02:00 +0200 Subject: [PATCH] update ingress controller * add dualstack (IPv6) support (#209) * added a flag to blacklist certificate ARNs, that will not be considered * Allow control of the SSL policy applied to https listeners via flag (#20 @jhohertz) * Detach non-existing target groups from ASGs (#198) * Reduce cert lookups within a single update (#193) * Cleanup controller initialization and termination (#194) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sandor Szücs --- cluster/manifests/ingress-controller/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/manifests/ingress-controller/deployment.yaml b/cluster/manifests/ingress-controller/deployment.yaml index b65ebb1f94..6ce57fcfae 100644 --- a/cluster/manifests/ingress-controller/deployment.yaml +++ b/cluster/manifests/ingress-controller/deployment.yaml @@ -5,7 +5,7 @@ metadata: namespace: kube-system labels: application: kube-ingress-aws-controller - version: v0.7.3 + version: v0.7.4 spec: replicas: 1 selector: @@ -15,7 +15,7 @@ spec: metadata: labels: application: kube-ingress-aws-controller - version: v0.7.3 + version: v0.7.4 annotations: iam.amazonaws.com/role: "{{ .LocalID }}-app-ingr-ctrl" spec: @@ -23,7 +23,7 @@ spec: serviceAccountName: system containers: - name: controller - image: registry.opensource.zalan.do/teapot/kube-ingress-aws-controller:v0.7.3 + image: registry.opensource.zalan.do/teapot/kube-ingress-aws-controller:v0.7.4 args: - -stack-termination-protection env: