Slavi Pantaleev
před 4 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
2 změnil soubory, kde provedl
2 přidání a
2 odebrání
-
roles/matrix-grafana/defaults/main.yml
-
roles/matrix-prometheus/defaults/main.yml
|
|
|
@@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
matrix_grafana_enabled: false |
|
|
|
|
|
|
|
matrix_grafana_version: 8.1.4 |
|
|
|
matrix_grafana_version: 8.2.2 |
|
|
|
matrix_grafana_docker_image: "{{ matrix_container_global_registry_prefix }}grafana/grafana:{{ matrix_grafana_version }}" |
|
|
|
matrix_grafana_docker_image_force_pull: "{{ matrix_grafana_docker_image.endswith(':latest') }}" |
|
|
|
|
|
|
|
|
|
|
|
@@ -3,7 +3,7 @@ |
|
|
|
|
|
|
|
matrix_prometheus_enabled: false |
|
|
|
|
|
|
|
matrix_prometheus_version: v2.29.2 |
|
|
|
matrix_prometheus_version: v2.30.3 |
|
|
|
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') }}" |
|
|
|
|
|
|
|
|