We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cddd0 commit 1489755Copy full SHA for 1489755
main.tf
@@ -50,7 +50,7 @@ resource "helm_release" "aws-load-balancer-controller" {
50
namespace = "kube-system"
51
repository = "https://aws.github.io/eks-charts"
52
chart = "aws-load-balancer-controller"
53
- version = "1.6.2"
+ version = "1.9.2"
54
#This defaults to false, recreation is required when upgrading the module from version 2.1 and lower
55
force_update = var.force_update
56
0 commit comments