Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vitobotta/hetzner-k3s
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Nov 7, 2024
2 parents 51b9d61 + 9b2fe7d commit 441dc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kubernetes/software/cluster_autoscaler.cr
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class Kubernetes::Software::ClusterAutoscaler
end

private def patch_autoscaler_container(autoscaler_container)
autoscaler_container.image = "docker.io/hetznercloud/cluster-autoscaler:v1.31.0-hcloud1"
autoscaler_container.image = "registry.k8s.io/autoscaling/cluster-autoscaler:v1.31.1"
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 441dc57

Please sign in to comment.