From 1e97a978df90c90b174c288467582ea1fa9d8afa Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Fri, 1 Mar 2024 05:50:39 +0200 Subject: [PATCH] bump alertmanager dep Signed-off-by: drfaust92 --- charts/prometheus/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prometheus/Chart.yaml b/charts/prometheus/Chart.yaml index 5cf3fc36f60f..fdbae83c5b74 100644 --- a/charts/prometheus/Chart.yaml +++ b/charts/prometheus/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: prometheus appVersion: v2.50.1 -version: 25.15.0 +version: 25.16.0 kubeVersion: ">=1.19.0-0" description: Prometheus is a monitoring system and time series database. home: https://prometheus.io/ @@ -26,7 +26,7 @@ maintainers: type: application dependencies: - name: alertmanager - version: "1.8.*" + version: "1.9.*" repository: https://prometheus-community.github.io/helm-charts condition: alertmanager.enabled - name: kube-state-metrics