From 04533ee25b23ee2749bcf24ec98870085b8dbf9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 01:06:03 +0000 Subject: [PATCH] chore(deps): update helm release aws-load-balancer-controller to v1.11.0 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 972d9f7..da55839 100644 --- a/main.tf +++ b/main.tf @@ -50,7 +50,7 @@ resource "helm_release" "aws-load-balancer-controller" { namespace = "kube-system" repository = "https://aws.github.io/eks-charts" chart = "aws-load-balancer-controller" - version = "1.6.2" + version = "1.11.0" #This defaults to false, recreation is required when upgrading the module from version 2.1 and lower force_update = var.force_update