From 0bbea878ed05c7cb39a08ade92829aed38bceefd Mon Sep 17 00:00:00 2001 From: "chaplain-grimaldus[bot]" <167642948+chaplain-grimaldus[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 09:05:25 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20quay.io/pro?= =?UTF-8?q?metheus/prometheus=20(=20v3.5.0=20=E2=86=92=20v3.7.3=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../env/production/observability/prometheus/app/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/apps/env/production/observability/prometheus/app/deployment.yaml b/clusters/apps/env/production/observability/prometheus/app/deployment.yaml index f459ea98b..310e50e60 100644 --- a/clusters/apps/env/production/observability/prometheus/app/deployment.yaml +++ b/clusters/apps/env/production/observability/prometheus/app/deployment.yaml @@ -24,7 +24,7 @@ spec: spec: containers: - name: prometheus - image: quay.io/prometheus/prometheus:v3.5.0 + image: quay.io/prometheus/prometheus:v3.7.3 args: - '--storage.tsdb.retention.size=15GB' - '--storage.tsdb.path=/prometheus'