Skip to content

Commit

Permalink
Merge pull request #37 from ministryofjustice/upgrade-1.25
Browse files Browse the repository at this point in the history
⬆️ Upgrading cluster autoscaler to 1.25.3
  • Loading branch information
kyphutruong authored Dec 14, 2023
2 parents 80282c4 + 951e35f commit 308e625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "cluster_autoscaler" {
chart = "cluster-autoscaler"

namespace = "kube-system"
version = "9.25.0"
version = "9.28.0"

values = [templatefile("${path.module}/templates/cluster-autoscaler.yaml.tpl", {
cluster_name = terraform.workspace
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-autoscaler.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
# image.repository -- Image repository
repository: registry.k8s.io/autoscaling/cluster-autoscaler
# image.tag -- Image tag
tag: v1.24.3
tag: v1.25.3

autoDiscovery:
clusterName: ${cluster_name}
Expand Down

0 comments on commit 308e625

Please sign in to comment.