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