We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b26f0 commit 0d313e3Copy full SHA for 0d313e3
ansible/inventories/devnet-2/group_vars/ethereum_node.yaml
@@ -90,10 +90,9 @@ ethereum_node_docker_watchtower_containers_list:
90
- execution
91
- beacon
92
- validator
93
-docker_watchtower_container_image: "skylenet/watchtower:auto-detect-stop-timeout"
+docker_watchtower_container_image: "ghcr.io/nicholas-fedor/watchtower:latest-dev"
94
docker_watchtower_container_additional_args:
95
- --interval=120 # 2 minutes
96
- - --stop-timeout=290s # 5 minutes
97
98
ethereum_node_grafana_alloy_enabled: true
99
alloy_pyroscope_server_endpoint: "{{ secret_pyroscope.endpoint }}"
0 commit comments