From 7e383a7bffef7e815a9da9879e658b87e7e9809c Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 27 Jan 2021 21:28:40 +0100
Subject: [PATCH] Update prometheus chart to 13.2.1

---
 flux/oas/prometheus.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flux/oas/prometheus.yaml b/flux/oas/prometheus.yaml
index cfc33925f..8e4f40b39 100644
--- a/flux/oas/prometheus.yaml
+++ b/flux/oas/prometheus.yaml
@@ -11,7 +11,7 @@ spec:
   chart:
     repository: https://prometheus-community.github.io/helm-charts
     name: prometheus
-    version: 11.4.0
+    version: 13.2.1
   valuesFrom:
     - secretKeyRef:
         name: prometheus-settings
-- 
GitLab