From 44fae0ec91920fd2a6fb1228f2784e9be98ffdf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:55:30 +0800 Subject: [PATCH] chore(deps): update prom/prometheus docker tag to v2.49.0 (#809) * chore(deps): update prom/prometheus docker tag to v2.49.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 --- prometheus/{2.48.1 => 2.49.0}/conf/prometheus.yml | 0 prometheus/{2.48.1 => 2.49.0}/data.yml | 0 prometheus/{2.48.1 => 2.49.0}/docker-compose.yml | 2 +- prometheus/{2.48.1 => 2.49.0}/prometheus/.gitkeep | 0 prometheus/{2.48.1 => 2.49.0}/scripts/init.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename prometheus/{2.48.1 => 2.49.0}/conf/prometheus.yml (100%) rename prometheus/{2.48.1 => 2.49.0}/data.yml (100%) rename prometheus/{2.48.1 => 2.49.0}/docker-compose.yml (94%) rename prometheus/{2.48.1 => 2.49.0}/prometheus/.gitkeep (100%) rename prometheus/{2.48.1 => 2.49.0}/scripts/init.sh (100%) diff --git a/prometheus/2.48.1/conf/prometheus.yml b/prometheus/2.49.0/conf/prometheus.yml similarity index 100% rename from prometheus/2.48.1/conf/prometheus.yml rename to prometheus/2.49.0/conf/prometheus.yml diff --git a/prometheus/2.48.1/data.yml b/prometheus/2.49.0/data.yml similarity index 100% rename from prometheus/2.48.1/data.yml rename to prometheus/2.49.0/data.yml diff --git a/prometheus/2.48.1/docker-compose.yml b/prometheus/2.49.0/docker-compose.yml similarity index 94% rename from prometheus/2.48.1/docker-compose.yml rename to prometheus/2.49.0/docker-compose.yml index 1f6bf2b04..21e1ddb86 100644 --- a/prometheus/2.48.1/docker-compose.yml +++ b/prometheus/2.49.0/docker-compose.yml @@ -10,7 +10,7 @@ services: volumes: - ./conf:/etc/prometheus/ - ./prometheus:/prometheus - image: prom/prometheus:v2.48.1 + image: prom/prometheus:v2.49.0 command: - '--config.file=/etc/prometheus/prometheus.yml' - '--storage.tsdb.path=/prometheus' diff --git a/prometheus/2.48.1/prometheus/.gitkeep b/prometheus/2.49.0/prometheus/.gitkeep similarity index 100% rename from prometheus/2.48.1/prometheus/.gitkeep rename to prometheus/2.49.0/prometheus/.gitkeep diff --git a/prometheus/2.48.1/scripts/init.sh b/prometheus/2.49.0/scripts/init.sh similarity index 100% rename from prometheus/2.48.1/scripts/init.sh rename to prometheus/2.49.0/scripts/init.sh