From 6542cc61e8c9dfd7b1b559189296fb94bc3f7e00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 01:51:14 +0000 Subject: [PATCH] chore(deps): update helm release cluster-autoscaler to v9.43.1 --- .../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..894995f00 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.1" }