diff --git a/ansible/inventories/devnet-2/group_vars/ethereum_node.yaml b/ansible/inventories/devnet-2/group_vars/ethereum_node.yaml index 09b3939..1e316eb 100644 --- a/ansible/inventories/devnet-2/group_vars/ethereum_node.yaml +++ b/ansible/inventories/devnet-2/group_vars/ethereum_node.yaml @@ -90,9 +90,11 @@ ethereum_node_docker_watchtower_containers_list: - execution - beacon - validator +# TODO: Remove this container_image once there's a release > v1.13.1 (By default it will use latest) +# We're using latest-dev mainly due to https://github.com/nicholas-fedor/watchtower/pull/1182 +docker_watchtower_container_image: "ghcr.io/nicholas-fedor/watchtower:latest-dev" docker_watchtower_container_additional_args: - --interval=120 # 2 minutes - - --stop-timeout=300s # 5 minutes ethereum_node_grafana_alloy_enabled: true alloy_pyroscope_server_endpoint: "{{ secret_pyroscope.endpoint }}"