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