From 8d916805e06f2aede3dc0768b366b56715c46630 Mon Sep 17 00:00:00 2001 From: akash911133 <> Date: Mon, 22 Jul 2024 23:07:53 +0530 Subject: [PATCH] NCP : Update cluster-autoscaler version in input.tf latest version u... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... pdated $ Made with ❤️️ by updatecli --- templates/eks/input.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/eks/input.tf b/templates/eks/input.tf index 43ade51..ffc6f73 100644 --- a/templates/eks/input.tf +++ b/templates/eks/input.tf @@ -5,7 +5,7 @@ variable "AWS_LOAD_BALANCER_CONTROLLER_VERSION" { variable "CLUSTER_AUTOSCALER_HELM_CHART_VERSION" { type = string - default = "9.21.0" + default = "9.37.0" } variable "EFS_DRIVER_CHART_VERSION" {