From a39f151882499853f00e1ca24df959bb0a4f14f8 Mon Sep 17 00:00:00 2001
From: Vincent SELLIER <vincent.sellier@softwareheritage.org>
Date: Thu, 10 Aug 2023 18:42:52 +0200
Subject: [PATCH] rancher: upgrade prometheus stack to a 1.25+ compatible
 version

Related to swh/infra/sysadm-environment#4998
---
 .../applications/rancher/prometheus-application.yaml            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/argocd-configuration/applications/rancher/prometheus-application.yaml b/argocd-configuration/applications/rancher/prometheus-application.yaml
index ab1dc8c..93163e6 100644
--- a/argocd-configuration/applications/rancher/prometheus-application.yaml
+++ b/argocd-configuration/applications/rancher/prometheus-application.yaml
@@ -10,7 +10,7 @@ spec:
   source:
     chart: kube-prometheus-stack
     repoURL: https://prometheus-community.github.io/helm-charts
-    targetRevision: 41.4.0
+    targetRevision: 45.10.1
     helm:
       releaseName: rancher-prometheus # must match the application name (https://github.com/argoproj/argo-cd/issues/2871)
       parameters:
-- 
GitLab