Skip to content

Commit

Permalink
Use Hetzner autoscaler image
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Aug 30, 2024
1 parent c3c593a commit 51d5f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hetzner-k3s.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require "./cluster/upgrade"

module Hetzner::K3s
class CLI < Admiral::Command
VERSION = "2.0.6"
VERSION = "2.0.7"

class Create < Admiral::Command
define_help description: "create - Create a cluster"
Expand Down
2 changes: 1 addition & 1 deletion src/kubernetes/software/cluster_autoscaler.cr
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Kubernetes::Software::ClusterAutoscaler
end

private def patch_autoscaler_container(autoscaler_container)
autoscaler_container.image = "registry.k8s.io/autoscaling/cluster-autoscaler:v1.30.2"
autoscaler_container.image = "docker.io/hetznercloud/cluster-autoscaler:v1.31.0-hcloud1"
autoscaler_container.command = container_command

set_container_environment_variable(autoscaler_container, "HCLOUD_CLOUD_INIT", Base64.strict_encode(cloud_init))
Expand Down

0 comments on commit 51d5f4f

Please sign in to comment.