Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ promtool: stage: test image: #name: docker.io/prom/prometheus:v3.2.1 name: quay.io/prometheus/prometheus:v3.2.1 name: quay.io/prometheus/prometheus:v3.3.0 entrypoint: [""] script: - promtool check config configs/prometheus/prometheus.yml Loading docker-compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ version: '3' services: prometheus: #image: docker.io/prom/prometheus:v3.2.1 image: quay.io/prometheus/prometheus:v3.2.1 image: quay.io/prometheus/prometheus:v3.3.0 volumes: - ./${PROMETHEUS_CONFIG:-configs/prometheus/prometheus.yml}:/etc/prometheus/prometheus.yml Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ promtool: stage: test image: #name: docker.io/prom/prometheus:v3.2.1 name: quay.io/prometheus/prometheus:v3.2.1 name: quay.io/prometheus/prometheus:v3.3.0 entrypoint: [""] script: - promtool check config configs/prometheus/prometheus.yml Loading
docker-compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ version: '3' services: prometheus: #image: docker.io/prom/prometheus:v3.2.1 image: quay.io/prometheus/prometheus:v3.2.1 image: quay.io/prometheus/prometheus:v3.3.0 volumes: - ./${PROMETHEUS_CONFIG:-configs/prometheus/prometheus.yml}:/etc/prometheus/prometheus.yml Loading