Skip to content

Commit

Permalink
Update oracles full nodes to version 1.5.3 (#9339)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed May 13, 2022
1 parent 8d3f3f0 commit 81f84eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .env.alfajores
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ AZURE_ORACLE_CENTRALUS_FULL_NODES_WS_PORT="8546"

# Temporarily point to celo-org repository to consume patched image.
GETH_NODE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-org/geth"
GETH_NODE_DOCKER_IMAGE_TAG="1.5.0"
GETH_NODE_DOCKER_IMAGE_TAG="1.5.3"

GETH_BOOTNODE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-org/geth-all"
GETH_BOOTNODE_DOCKER_IMAGE_TAG="1.5.0"
GETH_BOOTNODE_DOCKER_IMAGE_TAG="1.5.3"

# Enable pprof and prometheus scrape labels
GETH_ENABLE_METRICS=true
Expand Down Expand Up @@ -93,7 +93,7 @@ ATTESTATION_BOT_MAX_ATTESTATIONS=32
ATTESTATION_BOT_SKIP_ODIS_SALT=bot

ATTESTATION_SERVICE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/celo-monorepo"
ATTESTATION_SERVICE_DOCKER_IMAGE_TAG="attestation-service-v1.5.0"
ATTESTATION_SERVICE_DOCKER_IMAGE_TAG="attestation-service-v1.5.3"

CELO_PROVIDER_BACKUPS=https://alfajores-forno.celo-testnet.org
TELEKOM_FROM="+14157389085"
Expand Down
6 changes: 3 additions & 3 deletions .env.baklava
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ CELOSTATS_BANNED_ADDRESSES=""
CELOSTATS_RESERVED_ADDRESSES=""

GETH_NODE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-org/geth"
GETH_NODE_DOCKER_IMAGE_TAG="1.5.0"
GETH_NODE_DOCKER_IMAGE_TAG="1.5.3"

GETH_BOOTNODE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-org/geth-all"
GETH_BOOTNODE_DOCKER_IMAGE_TAG="1.5.0"
GETH_BOOTNODE_DOCKER_IMAGE_TAG="1.5.3"

CELOTOOL_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-monorepo"
CELOTOOL_DOCKER_IMAGE_TAG="celotool-4257fe61f91e935681f3a91bb4dcb44c8dd6df47"
Expand Down Expand Up @@ -131,7 +131,7 @@ EKSPORTISTO_DOCKER_IMAGE_TAG="b199a634866ef34c4fa1925381dff4de40eb0a3c"
EKSPORTISTO_SUFFIX='1'

ATTESTATION_SERVICE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/celo-monorepo"
ATTESTATION_SERVICE_DOCKER_IMAGE_TAG="attestation-service-v1.5.0"
ATTESTATION_SERVICE_DOCKER_IMAGE_TAG="attestation-service-v1.5.3"

CELO_PROVIDER_BACKUPS=https://baklava-forno.celo-testnet.org
TELEKOM_FROM="+14157389085"
Expand Down
4 changes: 2 additions & 2 deletions .env.rc1
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ CELOSTATS_RESERVED_ADDRESSES=""
GETH_NODE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-org/geth"
# When upgrading change this to latest commit hash from the master of the geth repo
# `geth $ git show | head -n 1`
GETH_NODE_DOCKER_IMAGE_TAG="1.3.2"
GETH_NODE_DOCKER_IMAGE_TAG="1.5.3"

GETH_BOOTNODE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-org/geth-all"
# When upgrading change this to latest commit hash from the master of the geth repo
# `geth $ git show | head -n 1`
GETH_BOOTNODE_DOCKER_IMAGE_TAG="1.3.2"
GETH_BOOTNODE_DOCKER_IMAGE_TAG="1.5.3"

CELOTOOL_DOCKER_IMAGE_REPOSITORY="gcr.io/celo-testnet/celo-monorepo"
CELOTOOL_DOCKER_IMAGE_TAG="celotool-4257fe61f91e935681f3a91bb4dcb44c8dd6df47"
Expand Down

0 comments on commit 81f84eb

Please sign in to comment.