Skip to content

Commit

Permalink
Upgrade cluster autoscaler (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
olamide005 authored Feb 23, 2023
1 parent 8183afd commit 295a4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-modules/aws/cluster-autoscaler/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module "cluster-autoscaler" {
repository = "https://kubernetes.github.io/autoscaler"
official_chart_name = "cluster-autoscaler"
user_chart_name = "cluster-autoscaler"
helm_version = "9.9.2"
helm_version = "9.24.0"
namespace = "kube-system"
helm_values = data.template_file.helm_values.rendered

Expand Down

0 comments on commit 295a4bd

Please sign in to comment.