From 1af4e0ae8671592e0dd509fe804ac06f51a2dbbe Mon Sep 17 00:00:00 2001 From: "chaplain-grimaldus[bot]" <167642948+chaplain-grimaldus[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 18:04:07 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20quay.io/pro?= =?UTF-8?q?metheus/prometheus=20(=20v3.11.3=20=E2=86=92=20v3.12.0=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 a99689815..c2d73f708 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.11.3 + image: quay.io/prometheus/prometheus:v3.12.0 args: - '--storage.tsdb.retention.size=15GB' - '--storage.tsdb.path=/prometheus'