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"