Commit 3735794c authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

chore: prysm - set stable image as default (#793)

parent 0a9e445b
......@@ -20,7 +20,7 @@ DEFAULT_CL_IMAGES = {
"lighthouse": "ethpandaops/lighthouse:stable",
"teku": "consensys/teku:latest",
"nimbus": "statusim/nimbus-eth2:multiarch-latest",
"prysm": "gcr.io/prysmaticlabs/prysm/beacon-chain:latest",
"prysm": "gcr.io/prysmaticlabs/prysm/beacon-chain:stable",
"lodestar": "chainsafe/lodestar:latest",
"grandine": "sifrai/grandine:stable",
}
......@@ -38,7 +38,7 @@ DEFAULT_VC_IMAGES = {
"lighthouse": "ethpandaops/lighthouse:stable",
"lodestar": "chainsafe/lodestar:latest",
"nimbus": "statusim/nimbus-validator-client:multiarch-latest",
"prysm": "gcr.io/prysmaticlabs/prysm/validator:latest",
"prysm": "gcr.io/prysmaticlabs/prysm/validator:stable",
"teku": "consensys/teku:latest",
"grandine": "sifrai/grandine:stable",
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment