From 7f5fd218298b546b9d329e8ade2f233fd98a64fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 21 Sep 2021 18:37:59 +0200 Subject: [PATCH] nimbus.mainnet: set branch to use to stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.mainnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/nimbus.mainnet.yml b/ansible/group_vars/nimbus.mainnet.yml index 13e6b40..d4b3c86 100644 --- a/ansible/group_vars/nimbus.mainnet.yml +++ b/ansible/group_vars/nimbus.mainnet.yml @@ -1,6 +1,6 @@ --- beacon_node_network: 'mainnet' -beacon_node_cont_tag: 'stable-small' +beacon_node_repo_branch: 'stable' # WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged. beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'