diff --git a/main.tf b/main.tf index d677d8a..4dd9495 100644 --- a/main.tf +++ b/main.tf @@ -52,7 +52,8 @@ 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.1" # appVersion: v2.4.1 + version = "1.4.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