From 3ae6fbf9aaa68b321069fc28be60c9f72057ac0e Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Thu, 5 May 2022 19:52:11 +0200 Subject: [PATCH] FEAT: bump prometheus-stack to v35.0.3 --- 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 14064ff..e99ef63 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": "34.10.0", + "version": "35.0.3", "namespace": "metrics" };