Skip to content

Commit

Permalink
chore(deps): update helm release kube-prometheus-stack to v55
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2023
1 parent b433c2a commit 1f3e207
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.1"
version = "55.5.1"
namespace = "prometheus"
create_namespace = true
atomic = true
Expand Down

0 comments on commit 1f3e207

Please sign in to comment.