boot,store: temporarily lock image at v0.24.0

Attempt to upgrade to 0.25.0 caused major connectivity issues.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-02-29 20:11:22 +01:00
parent 352c55ff73
commit 1e025a18ff
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,8 @@ bootstrap__active_extra_users:
- { name: ivan, uid: 8000, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY ivansete@status.im' }
# Tag dependent on fleet: test
nim_waku_cont_tag: 'deploy-shards-{{ stage }}'
#nim_waku_cont_tag: 'deploy-shards-{{ stage }}'
nim_waku_cont_tag: 'v0.24.0'
nim_waku_cont_name: 'nim-waku-boot'
nim_waku_log_level: 'debug'
nim_waku_protocols_enabled: ['relay', 'filter', 'lightpush', 'peer-exchange']

View File

@ -4,7 +4,8 @@ bootstrap__active_extra_users:
- { name: ivan, uid: 8000, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY ivansete@status.im' }
# Tag dependent on fleet: test
nim_waku_cont_tag: 'deploy-shards-{{ stage }}'
#nim_waku_cont_tag: 'deploy-shards-{{ stage }}'
nim_waku_cont_tag: 'v0.24.0'
nim_waku_cont_name: 'nim-waku-store'
nim_waku_log_level: 'debug'
nim_waku_protocols_enabled: ['relay', 'store']

View File

@ -0,0 +1,3 @@
---
# Allow Waku team debug connection issues with 0.25.0.
nim_waku_cont_tag: 'v0.25.0'