From c7d312f38770b4a4965bb65bceadd4d481f85856 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 20 Aug 2024 18:22:41 +0300 Subject: [PATCH] Upgrade Healthchecks (v3.4-0 -> v3.5.1-1) Related to ba43ea4e1fd3d15a1b70a503a735fc068ed05b1a and 82b14db27f1370348a507fe7d0e1d4e35cab1a93. The buggy container healthcheck behavior has been fixed in `v3.5.1-1`. --- templates/requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/requirements.yml b/templates/requirements.yml index 248ad51..57b129e 100644 --- a/templates/requirements.yml +++ b/templates/requirements.yml @@ -137,7 +137,7 @@ name: grafana activation_prefix: grafana_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-healthchecks.git - version: v3.4-0 + version: v3.5.1-1 name: healthchecks activation_prefix: healthchecks_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-hubsite.git