Skip to content

Commit 31e930a

Browse files
authored
Merge pull request #34 from ethpandaops/try-image-auto-detect-stoptimeout
fix: try watchtower image that respects container timeouts
2 parents 900c2e3 + 6a1db43 commit 31e930a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible/inventories/devnet-2/group_vars/ethereum_node.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,11 @@ ethereum_node_docker_watchtower_containers_list:
9090
- execution
9191
- beacon
9292
- 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"
9396
docker_watchtower_container_additional_args:
9497
- --interval=120 # 2 minutes
95-
- --stop-timeout=300s # 5 minutes
9698

9799
ethereum_node_grafana_alloy_enabled: true
98100
alloy_pyroscope_server_endpoint: "{{ secret_pyroscope.endpoint }}"

0 commit comments

Comments
 (0)