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 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