Skip to content

Commit 4709efa

Browse files
committed
Update Helm release aws-load-balancer-controller to v3.1.0
1 parent 05a6027 commit 4709efa

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.0.0"
12+
version = "3.1.0"
1313
namespace = local.services_ns
1414
create_namespace = true
1515
timeout = var.helm_timeout_seconds

0 commit comments

Comments
 (0)