Skip to content

Commit

Permalink
cluster tools versions bump
Browse files Browse the repository at this point in the history
Signed-off-by: junior <[email protected]>
  • Loading branch information
junior committed May 21, 2023
1 parent f60f689 commit 99d41f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/cluster-tools/cluster-tools.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ locals {
# Helm repos
helm_repository = {
ingress_nginx = "https://kubernetes.github.io/ingress-nginx"
ingress_nginx_version = "4.4.0"
ingress_nginx_version = "4.6.1"
jetstack = "https://charts.jetstack.io" # cert-manager
jetstack_version = "1.10.1" # cert-manager
jetstack_version = "1.12.0" # cert-manager
grafana = "https://grafana.github.io/helm-charts"
grafana_version = "6.47.1"
grafana_version = "6.56.5"
prometheus = "https://prometheus-community.github.io/helm-charts"
prometheus_version = "19.0.1"
prometheus_version = "22.6.2"
metrics_server = "https://kubernetes-sigs.github.io/metrics-server"
metrics_server_version = "3.8.3"
metrics_server_version = "3.10.0"
}
use_cluster_tools_namespace = anytrue([var.grafana_enabled, var.ingress_nginx_enabled, var.cert_manager_enabled, var.prometheus_enabled]) ? true : false
}
Expand Down

0 comments on commit 99d41f5

Please sign in to comment.