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" }