From 21378fd4b7bfb66c67f6940c42a36015538d7292 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 11:06:21 +0800 Subject: [PATCH] chore(deps): update prom/prometheus docker tag to v2.52.0 (#1382) * chore(deps): update prom/prometheus docker tag to v2.52.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/prometheus/{2.51.2 => 2.52.0}/conf/prometheus.yml | 0 apps/prometheus/{2.51.2 => 2.52.0}/data.yml | 0 apps/prometheus/{2.51.2 => 2.52.0}/docker-compose.yml | 2 +- apps/prometheus/{2.51.2 => 2.52.0}/prometheus/.gitkeep | 0 apps/prometheus/{2.51.2 => 2.52.0}/scripts/init.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename apps/prometheus/{2.51.2 => 2.52.0}/conf/prometheus.yml (100%) rename apps/prometheus/{2.51.2 => 2.52.0}/data.yml (100%) rename apps/prometheus/{2.51.2 => 2.52.0}/docker-compose.yml (94%) rename apps/prometheus/{2.51.2 => 2.52.0}/prometheus/.gitkeep (100%) rename apps/prometheus/{2.51.2 => 2.52.0}/scripts/init.sh (100%) diff --git a/apps/prometheus/2.51.2/conf/prometheus.yml b/apps/prometheus/2.52.0/conf/prometheus.yml similarity index 100% rename from apps/prometheus/2.51.2/conf/prometheus.yml rename to apps/prometheus/2.52.0/conf/prometheus.yml diff --git a/apps/prometheus/2.51.2/data.yml b/apps/prometheus/2.52.0/data.yml similarity index 100% rename from apps/prometheus/2.51.2/data.yml rename to apps/prometheus/2.52.0/data.yml diff --git a/apps/prometheus/2.51.2/docker-compose.yml b/apps/prometheus/2.52.0/docker-compose.yml similarity index 94% rename from apps/prometheus/2.51.2/docker-compose.yml rename to apps/prometheus/2.52.0/docker-compose.yml index 00b5e9a1c..eb03bd7c0 100644 --- a/apps/prometheus/2.51.2/docker-compose.yml +++ b/apps/prometheus/2.52.0/docker-compose.yml @@ -9,7 +9,7 @@ services: volumes: - ./conf:/etc/prometheus/ - ./prometheus:/prometheus - image: prom/prometheus:v2.51.2 + image: prom/prometheus:v2.52.0 command: - '--config.file=/etc/prometheus/prometheus.yml' - '--storage.tsdb.path=/prometheus' diff --git a/apps/prometheus/2.51.2/prometheus/.gitkeep b/apps/prometheus/2.52.0/prometheus/.gitkeep similarity index 100% rename from apps/prometheus/2.51.2/prometheus/.gitkeep rename to apps/prometheus/2.52.0/prometheus/.gitkeep diff --git a/apps/prometheus/2.51.2/scripts/init.sh b/apps/prometheus/2.52.0/scripts/init.sh similarity index 100% rename from apps/prometheus/2.51.2/scripts/init.sh rename to apps/prometheus/2.52.0/scripts/init.sh