From e761eb6086abb2091a63e8fc3f59db4e71befb88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 06:26:49 +0000 Subject: [PATCH] chore(deps): update prom/prometheus docker tag to v3.11.1 (localApps) (#4959) --- apps/prometheus/{3.10.0 => 3.11.1}/.env.sample | 0 apps/prometheus/{3.10.0 => 3.11.1}/data.yml | 0 apps/prometheus/{3.10.0 => 3.11.1}/data/prometheus.yml | 0 apps/prometheus/{3.10.0 => 3.11.1}/docker-compose.yml | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename apps/prometheus/{3.10.0 => 3.11.1}/.env.sample (100%) rename apps/prometheus/{3.10.0 => 3.11.1}/data.yml (100%) rename apps/prometheus/{3.10.0 => 3.11.1}/data/prometheus.yml (100%) rename apps/prometheus/{3.10.0 => 3.11.1}/docker-compose.yml (89%) diff --git a/apps/prometheus/3.10.0/.env.sample b/apps/prometheus/3.11.1/.env.sample similarity index 100% rename from apps/prometheus/3.10.0/.env.sample rename to apps/prometheus/3.11.1/.env.sample diff --git a/apps/prometheus/3.10.0/data.yml b/apps/prometheus/3.11.1/data.yml similarity index 100% rename from apps/prometheus/3.10.0/data.yml rename to apps/prometheus/3.11.1/data.yml diff --git a/apps/prometheus/3.10.0/data/prometheus.yml b/apps/prometheus/3.11.1/data/prometheus.yml similarity index 100% rename from apps/prometheus/3.10.0/data/prometheus.yml rename to apps/prometheus/3.11.1/data/prometheus.yml diff --git a/apps/prometheus/3.10.0/docker-compose.yml b/apps/prometheus/3.11.1/docker-compose.yml similarity index 89% rename from apps/prometheus/3.10.0/docker-compose.yml rename to apps/prometheus/3.11.1/docker-compose.yml index 964d04994..7ddd2b4b3 100644 --- a/apps/prometheus/3.10.0/docker-compose.yml +++ b/apps/prometheus/3.11.1/docker-compose.yml @@ -8,7 +8,7 @@ services: - "${PANEL_APP_PORT_HTTP}:9090" volumes: - "./data:/etc/prometheus" - image: prom/prometheus:v3.10.0 + image: prom/prometheus:v3.11.1 labels: createdBy: "Apps"