Skip to content

Commit

Permalink
chore(deps): update helm release kube-prometheus-stack to v56
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 15ff493 commit a281bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/config/modules/prometheus/helm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "prometheus" {
chart = "kube-prometheus-stack"
name = "prometheus"
repository = "https://prometheus-community.github.io/helm-charts"
version = "54.2.2"
version = "56.5.0"
namespace = "prometheus"
create_namespace = true
atomic = true
Expand Down

0 comments on commit a281bfa

Please sign in to comment.