From e36fb77ddebb16369c87f28c6b2c0bd090e53199 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:36:19 +0800 Subject: [PATCH] chore(deps): update prom/prometheus docker tag to v3.0.1 (#2632) * chore(deps): update prom/prometheus docker tag to v3.0.1 * 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 --- prometheus/{3.0.0 => 3.0.1}/conf/prometheus.yml | 0 prometheus/{3.0.0 => 3.0.1}/data.yml | 0 prometheus/{3.0.0 => 3.0.1}/docker-compose.yml | 2 +- prometheus/{3.0.0 => 3.0.1}/prometheus/.gitkeep | 0 prometheus/{3.0.0 => 3.0.1}/scripts/init.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename prometheus/{3.0.0 => 3.0.1}/conf/prometheus.yml (100%) rename prometheus/{3.0.0 => 3.0.1}/data.yml (100%) rename prometheus/{3.0.0 => 3.0.1}/docker-compose.yml (94%) rename prometheus/{3.0.0 => 3.0.1}/prometheus/.gitkeep (100%) rename prometheus/{3.0.0 => 3.0.1}/scripts/init.sh (100%) diff --git a/prometheus/3.0.0/conf/prometheus.yml b/prometheus/3.0.1/conf/prometheus.yml similarity index 100% rename from prometheus/3.0.0/conf/prometheus.yml rename to prometheus/3.0.1/conf/prometheus.yml diff --git a/prometheus/3.0.0/data.yml b/prometheus/3.0.1/data.yml similarity index 100% rename from prometheus/3.0.0/data.yml rename to prometheus/3.0.1/data.yml diff --git a/prometheus/3.0.0/docker-compose.yml b/prometheus/3.0.1/docker-compose.yml similarity index 94% rename from prometheus/3.0.0/docker-compose.yml rename to prometheus/3.0.1/docker-compose.yml index eaf0d7e48..606039d17 100644 --- a/prometheus/3.0.0/docker-compose.yml +++ b/prometheus/3.0.1/docker-compose.yml @@ -9,7 +9,7 @@ services: volumes: - ./conf:/etc/prometheus/ - ./prometheus:/prometheus - image: prom/prometheus:v3.0.0 + image: prom/prometheus:v3.0.1 command: - '--config.file=/etc/prometheus/prometheus.yml' - '--storage.tsdb.path=/prometheus' diff --git a/prometheus/3.0.0/prometheus/.gitkeep b/prometheus/3.0.1/prometheus/.gitkeep similarity index 100% rename from prometheus/3.0.0/prometheus/.gitkeep rename to prometheus/3.0.1/prometheus/.gitkeep diff --git a/prometheus/3.0.0/scripts/init.sh b/prometheus/3.0.1/scripts/init.sh similarity index 100% rename from prometheus/3.0.0/scripts/init.sh rename to prometheus/3.0.1/scripts/init.sh