From 65e3ecab10597932196aa91b9c4640eed444f019 Mon Sep 17 00:00:00 2001 From: kogeler Date: Thu, 15 Aug 2024 11:35:31 +0300 Subject: [PATCH 1/2] exporter script was updated fot the ws_health_exporter role Signed-off-by: kogeler --- roles/ws_health_exporter/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ws_health_exporter/defaults/main.yml b/roles/ws_health_exporter/defaults/main.yml index f133b1f..27dee3e 100644 --- a/roles/ws_health_exporter/defaults/main.yml +++ b/roles/ws_health_exporter/defaults/main.yml @@ -1,6 +1,6 @@ --- -ws_health_exporter_url: https://raw.githubusercontent.com/paritytech/scripts/0a2e6e9ba37799de60949acc5d7b4a0e875ae732/dockerfiles/ws-health-exporter/exporter.py +ws_health_exporter_url: https://raw.githubusercontent.com/paritytech/scripts/9961136320c2454fe99ba4643c156becd84ae704/dockerfiles/ws-health-exporter/exporter.py ws_health_exporter_base_path: /opt/{{ _ws_health_exporter_name }} # user has to be created by the role user ws_health_exporter_user: polkadot From 3a3b0578c4a303dcab095df5282ebacb61c95d20 Mon Sep 17 00:00:00 2001 From: kogeler Date: Thu, 15 Aug 2024 11:42:09 +0300 Subject: [PATCH 2/2] exporter script was updated fot the ws_health_exporter role Signed-off-by: kogeler --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 7bff741..4993b47 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: paritytech name: chain # The version of the collection. Must be compatible with semantic versioning -version: 1.10.3 +version: 1.10.4 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md