diff --git a/prometheus/3.3.1/conf/prometheus.yml b/prometheus/3.4.0/conf/prometheus.yml similarity index 100% rename from prometheus/3.3.1/conf/prometheus.yml rename to prometheus/3.4.0/conf/prometheus.yml diff --git a/prometheus/3.3.1/data.yml b/prometheus/3.4.0/data.yml similarity index 100% rename from prometheus/3.3.1/data.yml rename to prometheus/3.4.0/data.yml diff --git a/prometheus/3.3.1/docker-compose.yml b/prometheus/3.4.0/docker-compose.yml similarity index 94% rename from prometheus/3.3.1/docker-compose.yml rename to prometheus/3.4.0/docker-compose.yml index 2964015c8..73964343a 100644 --- a/prometheus/3.3.1/docker-compose.yml +++ b/prometheus/3.4.0/docker-compose.yml @@ -9,7 +9,7 @@ services: volumes: - ./conf:/etc/prometheus/ - ./prometheus:/prometheus - image: prom/prometheus:v3.3.1 + image: prom/prometheus:v3.4.0 command: - '--config.file=/etc/prometheus/prometheus.yml' - '--storage.tsdb.path=/prometheus' diff --git a/prometheus/3.3.1/prometheus/.gitkeep b/prometheus/3.4.0/prometheus/.gitkeep similarity index 100% rename from prometheus/3.3.1/prometheus/.gitkeep rename to prometheus/3.4.0/prometheus/.gitkeep diff --git a/prometheus/3.3.1/scripts/init.sh b/prometheus/3.4.0/scripts/init.sh similarity index 100% rename from prometheus/3.3.1/scripts/init.sh rename to prometheus/3.4.0/scripts/init.sh