From fabf9fad643abf6b25fe30aed52d4333199340f7 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 2 Jun 2024 09:12:07 +0300 Subject: [PATCH] Downgrade Prometheus (v2.52.1-0 -> v2.52.0-0) Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/commit/2c40dfd9b84b309b2d68f5615173fb2cfbbab8b4#commitcomment-142588565 It seems like there's no published container image with a 2.52.1 tag and there's also no Prometheus 2.52.1 release yet. --- templates/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/requirements.yml b/templates/requirements.yml index d8e991a..887f141 100644 --- a/templates/requirements.yml +++ b/templates/requirements.yml @@ -268,7 +268,7 @@ name: postgres_backup activation_prefix: devture_postgres_backup_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git - version: v2.52.1-0 + version: v2.52.0-0 name: prometheus activation_prefix: prometheus_enabled - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-blackbox-exporter.git