From 8aee77d5c965cbfb48df5c448a3ddb7f2248108e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 04:55:48 +0000 Subject: [PATCH] chore(deps): update helm release aws-load-balancer-controller to v1.8.0 --- karpenter/alb_controller.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karpenter/alb_controller.tf b/karpenter/alb_controller.tf index 979c6a3..07b58d7 100644 --- a/karpenter/alb_controller.tf +++ b/karpenter/alb_controller.tf @@ -29,7 +29,7 @@ resource "helm_release" "alb_controller" { name = "aws-load-balancer-controller" repository = "https://aws.github.io/eks-charts" chart = "aws-load-balancer-controller" - version = "1.7.1" + version = "1.8.0" set { name = "serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn"