We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d313e3 commit 6a1db43Copy full SHA for 6a1db43
ansible/inventories/devnet-2/group_vars/ethereum_node.yaml
@@ -90,6 +90,8 @@ 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
0 commit comments