From d9ad5815b433c12a267def3c476334b1b026fcb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 21:45:56 +0000 Subject: [PATCH] chore(deps): update helm release aws-load-balancer-controller to v1.8.4 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 972d9f7..6dbb20c 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.8.4" #This defaults to false, recreation is required when upgrading the module from version 2.1 and lower force_update = var.force_update