fix: revert nwaku image back to use latest

This commit is contained in:
Roman 2024-06-21 10:31:19 +02:00
parent ccee530cc1
commit e081390b03
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -14,8 +14,7 @@ def get_env_var(var_name, default=None):
# Configuration constants. Need to be upercase to appear in reports
# DEFAULT_NWAKU = "harbor.status.im/wakuorg/nwaku:latest"
DEFAULT_NWAKU = "wakuorg/nwaku:wakunode2-v0.28.0-peerdb"
DEFAULT_NWAKU = "harbor.status.im/wakuorg/nwaku:latest"
DEFAULT_GOWAKU = "harbor.status.im/wakuorg/go-waku:latest"
NODE_1 = get_env_var("NODE_1", DEFAULT_NWAKU)
NODE_2 = get_env_var("NODE_2", DEFAULT_NWAKU)