Skip to content

Commit

Permalink
Merge pull request #13 from narenderttn/master
Browse files Browse the repository at this point in the history
Updated helm chart version for cluster autoscaler and node termination handler to latest. Version 1.27
  • Loading branch information
rahulttn authored Aug 23, 2023
2 parents cbdae26 + 6fb8722 commit f0fc515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/terraform-aws-eks-cluster-autoscaler/_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ variable "fullname_override" {

variable "helm_chart_version" {
type = string
default = "9.9.2"
default = "9.29.1"
description = "Cluster Autoscaler Helm chart version."
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variable "helm_chart_repo" {

variable "helm_chart_version" {
type = string
default = "0.15.0"
default = "0.21.0"
description = "Spot termination handler Helm chart version."
}

Expand Down

0 comments on commit f0fc515

Please sign in to comment.