Skip to content

Commit

Permalink
Ignacio/replace image registry (#113)
Browse files Browse the repository at this point in the history
upgrade  cluster-autoscaler charts and metrics-server charts version to replace image registry with registry.k8s.io
  • Loading branch information
ignacioli authored Jul 11, 2023
1 parent b05a9d1 commit 1f9d4da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ variable "cluster_autoscaler_helm_chart_repository" {
}

variable "cluster_autoscaler_helm_chart_version" {
default = "9.23.2"
description = "Helm chart version for the cluster-autoscaler. Defaults to \"9.10.4\". See https://github.com/kubernetes/autoscaler/tree/master/charts/cluster-autoscaler for more details."
default = "9.24.0"
description = "Helm chart version for the cluster-autoscaler. Defaults to \"9.24.0\", adaptive to EKS v1.23. See https://github.com/kubernetes/autoscaler/tree/master/charts/cluster-autoscaler for more details."
type = string
}

Expand Down Expand Up @@ -504,7 +504,7 @@ variable "metrics_server_helm_chart_repository" {
}

variable "metrics_server_helm_chart_version" {
default = "3.8.2"
default = "3.8.4"
description = "Helm chart version for Metrics server"
type = string
}
Expand Down

0 comments on commit 1f9d4da

Please sign in to comment.