diff --git a/prometheus/v2.48.0/conf/prometheus.yml b/prometheus/2.48.1/conf/prometheus.yml similarity index 100% rename from prometheus/v2.48.0/conf/prometheus.yml rename to prometheus/2.48.1/conf/prometheus.yml diff --git a/prometheus/v2.48.0/data.yml b/prometheus/2.48.1/data.yml similarity index 100% rename from prometheus/v2.48.0/data.yml rename to prometheus/2.48.1/data.yml diff --git a/prometheus/v2.48.0/docker-compose.yml b/prometheus/2.48.1/docker-compose.yml similarity index 94% rename from prometheus/v2.48.0/docker-compose.yml rename to prometheus/2.48.1/docker-compose.yml index 7cfbe5a16..1f6bf2b04 100644 --- a/prometheus/v2.48.0/docker-compose.yml +++ b/prometheus/2.48.1/docker-compose.yml @@ -10,7 +10,7 @@ services: volumes: - ./conf:/etc/prometheus/ - ./prometheus:/prometheus - image: prom/prometheus:v2.48.0 + image: prom/prometheus:v2.48.1 command: - '--config.file=/etc/prometheus/prometheus.yml' - '--storage.tsdb.path=/prometheus' diff --git a/prometheus/v2.48.0/prometheus/.gitkeep b/prometheus/2.48.1/prometheus/.gitkeep similarity index 100% rename from prometheus/v2.48.0/prometheus/.gitkeep rename to prometheus/2.48.1/prometheus/.gitkeep diff --git a/prometheus/v2.48.0/scripts/init.sh b/prometheus/2.48.1/scripts/init.sh similarity index 100% rename from prometheus/v2.48.0/scripts/init.sh rename to prometheus/2.48.1/scripts/init.sh