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"