Skip to content

Commit

Permalink
Merge pull request #5326 from zalando-incubator/ingress-controller-v0…
Browse files Browse the repository at this point in the history
….13.14

Update ingress-controller to v0.13.14
  • Loading branch information
mikkeloscar authored Sep 14, 2022
2 parents 2e66bcb + 76497ea commit 13e2318
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.13.4
version: v0.13.14
spec:
replicas: 1
selector:
Expand All @@ -15,7 +15,7 @@ spec:
metadata:
labels:
application: kube-ingress-aws-controller
version: v0.13.4
version: v0.13.14
annotations:
logging/destination: "{{.Cluster.ConfigItems.log_destination_both}}"
prometheus.io/path: /metrics
Expand All @@ -30,7 +30,7 @@ spec:
serviceAccountName: kube-ingress-aws-controller
containers:
- name: controller
image: container-registry.zalando.net/teapot/kube-ingress-aws-controller:v0.13.4
image: container-registry.zalando.net/teapot/kube-ingress-aws-controller:v0.13.14
args:
- --stack-termination-protection
- --ssl-policy={{ .ConfigItems.kube_aws_ingress_controller_ssl_policy }}
Expand Down

0 comments on commit 13e2318

Please sign in to comment.