We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 900c2e3 + 6a1db43 commit 31e930aCopy full SHA for 31e930a
ansible/inventories/devnet-2/group_vars/ethereum_node.yaml
@@ -90,9 +90,11 @@ ethereum_node_docker_watchtower_containers_list:
90
- execution
91
- beacon
92
- validator
93
+# TODO: Remove this container_image once there's a release > v1.13.1 (By default it will use latest)
94
+# We're using latest-dev mainly due to https://github.com/nicholas-fedor/watchtower/pull/1182
95
+docker_watchtower_container_image: "ghcr.io/nicholas-fedor/watchtower:latest-dev"
96
docker_watchtower_container_additional_args:
97
- --interval=120 # 2 minutes
- - --stop-timeout=300s # 5 minutes
98
99
ethereum_node_grafana_alloy_enabled: true
100
alloy_pyroscope_server_endpoint: "{{ secret_pyroscope.endpoint }}"
0 commit comments