Skip to content

Commit a5f6d2f

Browse files
committed
Update Helm release aws-load-balancer-controller to v3.3.0
1 parent 4001f32 commit a5f6d2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/deployments/cluster-services/aws_lb_controller.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "helm_release" "aws_lb_controller" {
99
name = "aws-load-balancer-controller"
1010
repository = "https://aws.github.io/eks-charts"
1111
chart = "aws-load-balancer-controller"
12-
version = "3.1.0"
12+
version = "3.3.0"
1313
namespace = local.services_ns
1414
create_namespace = true
1515
timeout = var.helm_timeout_seconds

0 commit comments

Comments
 (0)