Skip to content

Commit a25e387

Browse files
authored
Fix: Revert back to Kubernetes community autoscaler
1 parent 0c87d28 commit a25e387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,13 @@ variable "agent_nodepools" {
264264

265265
variable "cluster_autoscaler_image" {
266266
type = string
267-
default = "docker.io/hetznercloud/cluster-autoscaler"
267+
default = "registry.k8s.io/autoscaling/cluster-autoscaler"
268268
description = "Image of Kubernetes Cluster Autoscaler for Hetzner Cloud to be used."
269269
}
270270

271271
variable "cluster_autoscaler_version" {
272272
type = string
273-
default = "v1.31.0-hcloud1"
273+
default = "v1.31.1"
274274
description = "Version of Kubernetes Cluster Autoscaler for Hetzner Cloud. Should be aligned with Kubernetes version"
275275
}
276276

0 commit comments

Comments
 (0)