From 8b0d79710df379b3cdd5a57aa780a60db5cbaf82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:11:14 +0000 Subject: [PATCH] chore(deps): update prom/prometheus docker tag to v2.54.0 --- 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 d83c555..7f51004 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.53.0 + image: prom/prometheus:v2.54.0 args: - "--storage.tsdb.retention.time=14d" - "--config.file=/etc/prometheus/prometheus.yaml"