Skip to content

Commit

Permalink
chore(deps): update helm release cluster-autoscaler to v9.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent f4760b6 commit d24efa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "helm_release" "cluster_autoscaling" {
namespace = kubernetes_namespace.monitoring_metrics[0].id
repository = "https://kubernetes.github.io/autoscaler"
chart = "cluster-autoscaler"
version = "9.18.1"
version = "9.44.0"
values = [
templatefile("chart-values/cluster-autoscaler.yaml",
{
Expand Down
2 changes: 1 addition & 1 deletion apps-devstg/us-east-1/k8s-eks/k8s-components/scaling.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource "helm_release" "cluster_autoscaling" {
namespace = kubernetes_namespace.monitoring_metrics[0].id
repository = "https://kubernetes.github.io/autoscaler"
chart = "cluster-autoscaler"
version = "9.18.1"
version = "9.44.0"
values = [
templatefile("chart-values/cluster-autoscaler.yaml",
{
Expand Down

0 comments on commit d24efa1

Please sign in to comment.