Skip to content

Commit

Permalink
update ingress controller
Browse files Browse the repository at this point in the history
* 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)

Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
  • Loading branch information
szuecs committed Sep 10, 2018
1 parent 3aea68f commit 5006c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/manifests/ingress-controller/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -15,15 +15,15 @@ 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:
priorityClassName: system-cluster-critical
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:
Expand Down

0 comments on commit 5006c2c

Please sign in to comment.