diff --git a/modules/common/monitoring.tf b/modules/common/monitoring.tf index 2dc32ea0..c0775660 100644 --- a/modules/common/monitoring.tf +++ b/modules/common/monitoring.tf @@ -11,7 +11,7 @@ resource "helm_release" "prometheus_monitoring_stack" { name = "prometheus" repository = "https://prometheus-community.github.io/helm-charts" chart = "kube-prometheus-stack" - version = "56.6.2" + version = "58.5.3" timeout = 600 # it takes a while to install this Helm chart namespace = kubernetes_namespace.monitoring[count.index].metadata[0].name