From 37b46ea4d25e4a6833ac06b121c5ae4afcde1eef Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 22 May 2023 16:20:21 +0200 Subject: [PATCH] chore(prometheus): bump common and dependencies Signed-off-by: Kjeld Schouten --- charts/enterprise/prometheus/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/enterprise/prometheus/Chart.yaml b/charts/enterprise/prometheus/Chart.yaml index 876f9474da1..b089f1fc293 100644 --- a/charts/enterprise/prometheus/Chart.yaml +++ b/charts/enterprise/prometheus/Chart.yaml @@ -3,15 +3,15 @@ appVersion: "2.44.0" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.8.1 + version: 12.9.2 - condition: exporters.enabled,exporters.node-exporter.enabled name: node-exporter repository: https://deps.truecharts.org - version: 1.0.1 + version: 1.0.2 - condition: exporters.enabled,exporters.kube-state-metrics.enabled name: kube-state-metrics repository: https://deps.truecharts.org - version: 1.0.1 + version: 1.0.2 deprecated: false description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator. icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png @@ -29,7 +29,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 9.0.4 +version: 9.0.5 annotations: truecharts.org/catagories: | - metrics