From 16d50141ef503fd5400266d51ced162e2d4947c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:46:19 +0000 Subject: [PATCH] chore(deps): update helm release cluster-autoscaler to v9.43.0 --- .../compute/cluster-autoscaler/.workshop/terraform/vars.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/modules/autoscaling/compute/cluster-autoscaler/.workshop/terraform/vars.tf b/manifests/modules/autoscaling/compute/cluster-autoscaler/.workshop/terraform/vars.tf index 60b892567..a82cf504b 100644 --- a/manifests/modules/autoscaling/compute/cluster-autoscaler/.workshop/terraform/vars.tf +++ b/manifests/modules/autoscaling/compute/cluster-autoscaler/.workshop/terraform/vars.tf @@ -45,5 +45,5 @@ variable "cluster_autoscaler_chart_version" { description = "The chart version of cluster-autoscaler to use" type = string # renovate-helm: depName=cluster-autoscaler registryUrl=https://kubernetes.github.io/autoscaler - default = "9.37.0" + default = "9.43.0" }