Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle full node env file update #9339

Merged
merged 1 commit into from
Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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