Skip to content

Commit

Permalink
Upgrade kube-prom-stack to 56.6.2 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
bianchi2 authored Feb 15, 2024
1 parent 78a699a commit 1efee72
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 = "45.21.0"
version = "56.6.2"
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 1efee72

Please sign in to comment.