Skip to content

Commit

Permalink
[terraform-aws] Pin aws-load-balancer-controller to v2.9 (helm chart:…
Browse files Browse the repository at this point in the history
… 1.9) (#1128)
  • Loading branch information
barroco authored Oct 10, 2024
1 parent 566af7c commit dc050c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"elasticloadbalancing:DescribeTargetGroups",
"elasticloadbalancing:DescribeTargetGroupAttributes",
"elasticloadbalancing:DescribeTargetHealth",
"elasticloadbalancing:DescribeTags"
"elasticloadbalancing:DescribeTags",
"elasticloadbalancing:DescribeTrustStores",
"elasticloadbalancing:DescribeListenerAttributes"
],
"Resource": "*"
},
Expand Down Expand Up @@ -187,7 +189,8 @@
"elasticloadbalancing:DeleteLoadBalancer",
"elasticloadbalancing:ModifyTargetGroup",
"elasticloadbalancing:ModifyTargetGroupAttributes",
"elasticloadbalancing:DeleteTargetGroup"
"elasticloadbalancing:DeleteTargetGroup",
"elasticloadbalancing:ModifyListenerAttributes"
],
"Resource": "*",
"Condition": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ resource "helm_release" "aws-load-balancer-controller" {
repository = "https://aws.github.io/eks-charts"
chart = "aws-load-balancer-controller"
name = "aws-load-balancer-controller"
version = "1.9.0"

namespace = "kube-system"

Expand Down

0 comments on commit dc050c2

Please sign in to comment.