From b679b3110ed4e65944cf7a2ea6e5827fd60b3921 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Mon, 26 Jun 2023 10:45:57 +0200 Subject: [PATCH] feat: bump prometheus to v47.2.0 --- k8s-manifests/monitoring/prometheus-stack.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s-manifests/monitoring/prometheus-stack.jsonnet b/k8s-manifests/monitoring/prometheus-stack.jsonnet index c21f3c1..faadffb 100644 --- a/k8s-manifests/monitoring/prometheus-stack.jsonnet +++ b/k8s-manifests/monitoring/prometheus-stack.jsonnet @@ -2,7 +2,7 @@ local app = import "../../_templates/argocd_app.libsonnet"; local vars = { - "version": "39.9.0", + "version": "47.2.0", "namespace": "metrics" };