From 0a99906b19da7f8f75420dffc08a9ece0572d950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 00:02:32 +0000 Subject: [PATCH] chore(deps): update helm release aws-load-balancer-controller to v1.6.1 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 0388a64..13a8346 100644 --- a/main.tf +++ b/main.tf @@ -52,7 +52,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.5.5" + version = "1.6.1" # appVersion: v2.4.1 #This defaults to false, recreation is required when upgrading the module from version 2.1 and lower force_update = var.force_update