From 90baff6511b46ea35c49cb6437247fe5ac2994ff Mon Sep 17 00:00:00 2001
From: Vincent SELLIER <vincent.sellier@softwareheritage.org>
Date: Fri, 8 Mar 2024 17:27:02 +0100
Subject: [PATCH] gitlab-staging: upgrade prometheus to first version without
 namespace filtering

Let's try if it solve something on the namespace alert filtering

Related to swh/infra/sysadm-environment#5281
Related to swh/infra/sysadm-environment#5036 too
---
 .../applications/gitlab-staging/prometheus-application.yaml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/argocd-configuration/applications/gitlab-staging/prometheus-application.yaml b/argocd-configuration/applications/gitlab-staging/prometheus-application.yaml
index fa747f2..c736a43 100644
--- a/argocd-configuration/applications/gitlab-staging/prometheus-application.yaml
+++ b/argocd-configuration/applications/gitlab-staging/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: 43.1.0
     helm:
       releaseName: gitlab-staging-prometheus # must match the application name (https://github.com/argoproj/argo-cd/issues/2871)
       # The crds must be manually applied to avoid the following error:
-- 
GitLab