From 7e15ac58b18c37c567dff260da56705bf81ceb38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:41:44 +0000 Subject: [PATCH] Update quay.io/prometheus/prometheus Docker tag to v2.53.1 --- prometheus.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.jsonnet b/prometheus.jsonnet index 2543096..b4f2413 100644 --- a/prometheus.jsonnet +++ b/prometheus.jsonnet @@ -213,7 +213,7 @@ local path_join(prefix, suffix) = ( containers_+: { prometheus: kube.Container("prometheus") { local this = self, - image: "quay.io/prometheus/prometheus:v2.40.5", // renovate + image: "quay.io/prometheus/prometheus:v2.53.1", // renovate args_+: { //"log.level": "debug", // default is info