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