From d189cc9cceff33512fb87f6ab423f1a58112528a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:04:33 +0000 Subject: [PATCH] chore(deps): update prom/prometheus docker tag to v2.54.1 --- infrastructures/prometheus/env/k3s-cluster/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/prometheus/env/k3s-cluster/deployment.yaml b/infrastructures/prometheus/env/k3s-cluster/deployment.yaml index fb85787..fac3625 100644 --- a/infrastructures/prometheus/env/k3s-cluster/deployment.yaml +++ b/infrastructures/prometheus/env/k3s-cluster/deployment.yaml @@ -22,7 +22,7 @@ spec: runAsGroup: 0 containers: - name: prometheus - image: prom/prometheus:v2.54.0 + image: prom/prometheus:v2.54.1 args: - "--storage.tsdb.retention.time=14d" - "--config.file=/etc/prometheus/prometheus.yaml"