Skip to content

Commit

Permalink
Updated leaderboard variables (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored and celo-ci-bot-user committed Dec 10, 2019
1 parent 4873135 commit 689bc5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ SMS_RETRIEVER_HASH_CODE=aBQdOa/7QJh

# Below are the variables needed to access
LEADERBOARD_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/celo-monorepo"
LEADERBOARD_DOCKER_IMAGE_TAG="leaderboard-"
LEADERBOARD_SHEET="1HCs1LZv1BOB1v2bVlH4qNPnxVRlYVhQ7CKhkMibE4EY"
LEADERBOARD_DOCKER_IMAGE_TAG="leaderboard-2708d6459b6efe2ab3ec04084d9c3819e202699f"

# Attestation Bot variables
ATTESTATION_BOT_INITIAL_WAIT_SECONDS=3
Expand Down
Binary file modified .env.mnemonic.baklava.enc
Binary file not shown.
17 changes: 8 additions & 9 deletions packages/helm-charts/leaderboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ nodeSelector: {}

# Expects cron schedule syntax
leaderboard:
schedule: "*/1 * * * *"
database: "blockscout"
schedule: "*/5 * * * *"
image:
repository: jcortejoso/leaderboard
tag: latest
repository: us.gcr.io/celo-testnet/celo-monorepo
tag: leaderboard-2708d6459b6efe2ab3ec04084d9c3819e202699f
database: blockscout
web3: https://baklavastaging-forno.celo-testnet.org/
sheet: 1HCs1LZv1BOB1v2bVlH4qNPnxVRlYVhQ7CKhkMibE4EY
web3: https://baklava-forno.celo-testnet.org/
sheet:
db:
username: ls880fd3
password: dg7mTjVB2khgkDFd
connection_name: celo-testnet:us-west1:baklavastaging0
username:
password:
connection_name:

0 comments on commit 689bc5a

Please sign in to comment.