Skip to content

Commit

Permalink
Merge pull request #97 from opzkit/update-cluster-autoscaler-source-v…
Browse files Browse the repository at this point in the history
…ersion

chore: update cluster autoscaler module version
  • Loading branch information
argoyle authored Sep 23, 2024
2 parents d771f30 + f2db175 commit c5deffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,8 @@ data "aws_security_group" "nodes" {
}

module "cluster_autoscaler" {
source = "git::https://github.com/opzkit/terraform-aws-k8s-addons-cluster-autoscaler.git?ref=f2237759ca43fbfac35c998b7c26e0b7887b160c"
# version = "1.28.2"
# Module version v1.30.2
source = "git::https://github.com/opzkit/terraform-aws-k8s-addons-cluster-autoscaler.git?ref=470d620611985fd85de9611e83afe30d39a471a5"
replicas = local.min_number_of_nodes > 1 ? 2 : 1
cluster_name = var.name
}

0 comments on commit c5deffe

Please sign in to comment.