From c7b3edc6ddfb83e77c08e8dac79aeeb17e04e2ec Mon Sep 17 00:00:00 2001 From: Aine Date: Thu, 11 Apr 2024 23:04:46 +0300 Subject: [PATCH] prometheus-blackbox-exporter config fix; prometheus v2.51.2; grafana v10.4.2 --- templates/requirements.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/requirements.yml b/templates/requirements.yml index d93cc13..0153972 100644 --- a/templates/requirements.yml +++ b/templates/requirements.yml @@ -121,7 +121,7 @@ name: gotosocial activation_prefix: gotosocial_ - src: git+https://gitlab.com/etke.cc/roles/grafana.git - version: v10.4.1-1 + version: v10.4.2-0 name: grafana activation_prefix: grafana_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-healthchecks.git @@ -253,11 +253,11 @@ name: postgres_backup activation_prefix: devture_postgres_backup_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git - version: v2.51.0-0 + version: v2.51.2-0 name: prometheus activation_prefix: prometheus_enabled - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-blackbox-exporter.git - version: v0.25.0-0 + version: v0.25.0-1 name: prometheus_blackbox_exporter activation_prefix: prometheus_blackbox_exporter_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-node-exporter.git