Skip to content

Commit

Permalink
updated to the latest version of cluster-autoscaler, moving back to t…
Browse files Browse the repository at this point in the history
…he main mother repo
  • Loading branch information
mysticaltech committed Jun 21, 2024
1 parent 426f50d commit 55acd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,13 @@ variable "agent_nodepools" {

variable "cluster_autoscaler_image" {
type = string
default = "ghcr.io/kube-hetzner/autoscaler/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 = "20240226"
default = "v1.30.1"
description = "Version of Kubernetes Cluster Autoscaler for Hetzner Cloud. Should be aligned with Kubernetes version"
}

Expand Down

0 comments on commit 55acd83

Please sign in to comment.