Skip to content

Commit

Permalink
Bump kube-prometheus-stack version (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
ometelytsia authored May 16, 2024
1 parent f61ea6b commit 97732fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 97732fb

Please sign in to comment.