From 50695e16724a9fb000a0b6c593c8669fabd63d78 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Tue, 7 Jun 2022 11:25:14 +0200 Subject: [PATCH] FEAT: bump prometheus-stack to v35.5.1 --- 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 4e24bce..e723c4c 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": "35.2.0", + "version": "35.5.1", "namespace": "metrics" };