Skip to content

Commit

Permalink
fix: update aws-load-balancer controller to fix RBAC
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <lefevre.kevin@gmail.com>
  • Loading branch information
ArchiFleKs committed Jan 20, 2021
1 parent db0ca1b commit 8ed486a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/aws/aws-load-balancer-controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ locals {
service_account_name = "aws-load-balancer-controller"
create_iam_resources_irsa = true
enabled = false
chart_version = "1.0.5"
version = "v2.0.0"
chart_version = "1.1.2"
version = "v2.1.1"
iam_policy_override = null
default_network_policy = true
allowed_cidrs = ["0.0.0.0/0"]
Expand Down

0 comments on commit 8ed486a

Please sign in to comment.