From 12c6e64a356ffe96c5c3a78e52d0aa9c0a4fa1ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 17:43:02 +0000 Subject: [PATCH] chore(deps): update prom/prometheus docker tag to v3.14.0 --- apps/prometheus/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/prometheus/deployment.yaml b/apps/prometheus/deployment.yaml index 99448cb..e576e8c 100644 --- a/apps/prometheus/deployment.yaml +++ b/apps/prometheus/deployment.yaml @@ -25,7 +25,7 @@ spec: securityContext: allowPrivilegeEscalation: false readOnlyRootFilesystem: true - image: prom/prometheus:v3.13.2 + image: prom/prometheus:v3.14.0 imagePullPolicy: IfNotPresent ports: - containerPort: 9090