Skip to content

Commit

Permalink
Update dependency registry.opensource.zalan.do/teapot/kube-ingress-aw…
Browse files Browse the repository at this point in the history
…s-controller to v0.12.31
  • Loading branch information
renovate-bot committed May 2, 2022
1 parent dc0d37e commit c6c4a5a
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.12.30
version: v0.12.31
spec:
replicas: 1
selector:
Expand All @@ -15,7 +15,7 @@ spec:
metadata:
labels:
application: kube-ingress-aws-controller
version: v0.12.30
version: v0.12.31
annotations:
logging/destination: "{{.Cluster.ConfigItems.log_destination_both}}"
spec:
Expand All @@ -27,7 +27,7 @@ spec:
serviceAccountName: kube-ingress-aws-controller
containers:
- name: controller
image: registry.opensource.zalan.do/teapot/kube-ingress-aws-controller:v0.12.30
image: registry.opensource.zalan.do/teapot/kube-ingress-aws-controller:v0.12.31
args:
- --stack-termination-protection
- --ssl-policy={{ .ConfigItems.kube_aws_ingress_controller_ssl_policy }}
Expand Down

0 comments on commit c6c4a5a

Please sign in to comment.