Skip to content

Commit

Permalink
cluster-autoscaler for eks1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
agrinchenko committed Dec 4, 2023
1 parent 8a06a6e commit 9b7601e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes-addons/cluster-autoscaler/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "helm_addon" {
helm_config = merge({
name = local.name
chart = local.name
version = "9.21.0"
version = "9.30.0"
repository = "https://kubernetes.github.io/autoscaler"
namespace = local.namespace
description = "Cluster AutoScaler helm Chart deployment configuration."
Expand Down

0 comments on commit 9b7601e

Please sign in to comment.