diff --git a/variables.tf b/variables.tf index d81191f7..93be7ffa 100644 --- a/variables.tf +++ b/variables.tf @@ -264,13 +264,13 @@ variable "agent_nodepools" { variable "cluster_autoscaler_image" { type = string - default = "docker.io/hetznercloud/cluster-autoscaler" + default = "registry.k8s.io/autoscaling/cluster-autoscaler" description = "Image of Kubernetes Cluster Autoscaler for Hetzner Cloud to be used." } variable "cluster_autoscaler_version" { type = string - default = "v1.31.0-hcloud1" + default = "v1.31.1" description = "Version of Kubernetes Cluster Autoscaler for Hetzner Cloud. Should be aligned with Kubernetes version" }