From 871073ff680e2a7ed1f42b2149e02892394b8a2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 04:47:40 +0000 Subject: [PATCH] Update quay.io/prometheus/prometheus Docker tag to v2.44.0 --- prometheus.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.jsonnet b/prometheus.jsonnet index 2543096..bc555b8 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.44.0", // renovate args_+: { //"log.level": "debug", // default is info