Skip to content

Commit

Permalink
chore(deps): update terraform helm packages
Browse files Browse the repository at this point in the history
| datasource | package               | from   | to     |
| ---------- | --------------------- | ------ | ------ |
| helm       | grafana               | 8.8.2  | 8.8.4  |
| helm       | kube-prometheus-stack | 68.1.0 | 68.2.1 |
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 8a81ccc commit 79e0591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitoring.tf
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ module "prometheus_stack" {
create = var.create_addons && var.enable_prometheus_stack

chart = "kube-prometheus-stack"
chart_version = "68.1.0"
chart_version = "68.2.1"
repository = "https://prometheus-community.github.io/helm-charts"
description = "Prometheus Stack"
namespace = local.monitoring_namespace
Expand Down Expand Up @@ -440,7 +440,7 @@ module "grafana" {
create = var.create_addons && var.enable_grafana

chart = "grafana"
chart_version = "8.8.2"
chart_version = "8.8.4"
repository = "https://grafana.github.io/helm-charts"
description = "Grafana"
namespace = local.monitoring_namespace
Expand Down

0 comments on commit 79e0591

Please sign in to comment.