We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd760ce commit 0a3363aCopy full SHA for 0a3363a
manifests/modules/autoscaling/compute/cluster-autoscaler/.workshop/terraform/vars.tf
@@ -38,7 +38,7 @@ variable "cluster_autoscaler_version" {
38
description = "The version of cluster-autoscaler to use"
39
type = string
40
# renovate: datasource=github-releases depName=kubernetes/autoscaler
41
- default = "1.33.1"
+ default = "1.33.2"
42
}
43
44
variable "cluster_autoscaler_chart_version" {
0 commit comments