From 257953b6e4ad05197e056098386a9eccb448fb36 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Fri, 15 Apr 2022 15:04:11 +0200 Subject: [PATCH] FEAT: bump prometheus-stack to v34.10.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 1223860..38f03ab 100644 --- a/k8s-manifests/monitoring/prometheus-stack.jsonnet +++ b/k8s-manifests/monitoring/prometheus-stack.jsonnet @@ -3,7 +3,7 @@ local helmapp = import "../../_templates/argo_helm_app.libsonnet"; local argoapp = import "../../_templates/argo_app.libsonnet"; local vars = { - "version": "34.9.1", + "version": "34.10.0", "namespace": "metrics" };