diff --git a/main.tf b/main.tf index 1689f6a..5d51bad 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.4.5" + version = "1.4.8" # 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