Skip to content

Commit

Permalink
Merge pull request #38 from ministryofjustice/upgrade-ca
Browse files Browse the repository at this point in the history
upgrade cluster autoscaler for 1.26
  • Loading branch information
poornima-krishnasamy authored Feb 15, 2024
2 parents 308e625 + 4e9f758 commit 9a092e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.28.0"
version = "9.35.0"

values = [templatefile("${path.module}/templates/cluster-autoscaler.yaml.tpl", {
cluster_name = terraform.workspace
Expand Down
2 changes: 1 addition & 1 deletion overprovision.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ resource "helm_release" "cluster-proportional-autoscaler-cpu" {
chart = "cluster-proportional-autoscaler"
namespace = kubernetes_namespace.overprovision[count.index].id
repository = "https://kubernetes-sigs.github.io/cluster-proportional-autoscaler"
version = "1.0.1"
version = "1.1.0"

values = [templatefile("${path.module}/templates/cpa-cpu.yaml.tpl", {
})]
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.25.3
tag: v1.26.6

autoDiscovery:
clusterName: ${cluster_name}
Expand Down

0 comments on commit 9a092e3

Please sign in to comment.