From bfd252ef3ebcd2ea2f50184f5ed74d4944c0e84b Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Mon, 11 Jan 2021 23:13:22 +0100 Subject: [PATCH] Update prometheus version --- templates/prometheus/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/prometheus/deployment.yaml b/templates/prometheus/deployment.yaml index e72a34a..c330438 100644 --- a/templates/prometheus/deployment.yaml +++ b/templates/prometheus/deployment.yaml @@ -21,7 +21,7 @@ spec: serviceAccountName: prometheus containers: - name: prometheus - image: quay.io/prometheus/prometheus:v2.23.0 + image: quay.io/prometheus/prometheus:v2.24.0 args: - --web.listen-address=0.0.0.0:9090 - --config.file=/etc/prometheus/prometheus.yaml