Merge pull request #1254 from wol-win/update/prometheus

Update prometheus (2.29.1 -> 2.29.2)
This commit is contained in:
Slavi Pantaleev 2021-08-27 20:43:36 +03:00 committed by GitHub
commit 12a172f07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
matrix_prometheus_enabled: false
matrix_prometheus_version: v2.29.1
matrix_prometheus_version: v2.29.2
matrix_prometheus_docker_image: "{{ matrix_container_global_registry_prefix }}prom/prometheus:{{ matrix_prometheus_version }}"
matrix_prometheus_docker_image_force_pull: "{{ matrix_prometheus_docker_image.endswith(':latest') }}"