Skip to content

Commit

Permalink
Update default envs (#549)
Browse files Browse the repository at this point in the history
* Update default envs

* Add exchange envs

* Bump version
  • Loading branch information
antares-sw authored Jun 27, 2024
1 parent 9fdca19 commit 5cab2b2
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 20 deletions.
4 changes: 2 additions & 2 deletions charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: backend
version: 2.4.24
appVersion: v2.4.23
version: 2.4.25
appVersion: v2.5.13
kubeVersion: "^1.18.0-0"
description: The StakeWise backend application.
type: application
Expand Down
12 changes: 6 additions & 6 deletions charts/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ commonConf:
image:
registry: "europe-west4-docker.pkg.dev"
repository: "stakewiselabs/private/backend"
tag: "v2.4.23"
tag: "v2.5.13"
pullPolicy: IfNotPresent
pullSecrets: [ ]

Expand Down Expand Up @@ -322,20 +322,20 @@ celery:
## Graph
##
stakewiseSubgraphUrls:
mainnet: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-mainnet"
mainnet: "https://graph.stakewise.io/subgraphs/name/stakewise/stakewise"
goerli: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-goerli"
permGoerli: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-perm-goerli"
gnosis: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-gnosis"
gnosis: "https://graph-gno.stakewise.io/subgraphs/name/stakewise/stakewise"
harbourMainnet: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-harbour-mainnet"
harbourGoerli: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-perm-goerli"
uniswapV3SubgraphUrls:
mainnet: "https://api.thegraph.com/subgraphs/name/stakewise/uniswap-v3-mainnet"
mainnet: "https://graph.stakewise.io/subgraphs/name/stakewise/uniswap-v3"
goerli: "https://api.thegraph.com/subgraphs/name/stakewise/uniswap-v3-goerli"
ethereumSubgraphUrls:
mainnet: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet"
mainnet: "https://graph.stakewise.io/subgraphs/name/stakewise/ethereum"
goerli: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-goerli"
permGoerli: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-goerli"
gnosis: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-gnosis"
gnosis: "https://graph-gno.stakewise.io/subgraphs/name/stakewise/ethereum"
harbourMainnet: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet"
harbourGoerli: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-goerli"

Expand Down
4 changes: 2 additions & 2 deletions charts/oracle/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: oracle
version: 3.3.0
appVersion: v3.3.0
version: 3.3.1
appVersion: v4.0.4
kubeVersion: "^1.14.0-0"
description: The StakeWise application for submitting off-chain data to smart contracts.
type: application
Expand Down
16 changes: 8 additions & 8 deletions charts/oracle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,27 +83,27 @@ settings:

## Graph
## Options:
## mainnet: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-mainnet"
## mainnet: "https://graph.stakewise.io/subgraphs/name/stakewise/stakewise"
## goerli: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-goerli"
## permGoerli: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-perm-goerli"
## gnosis: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-gnosis"
## gnosis: "https://graph-gno.stakewise.io/subgraphs/name/stakewise/stakewise"
## harbourMainnet: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-harbour-mainnet"
## harbourGoerli: "https://api.thegraph.com/subgraphs/name/stakewise/stakewise-perm-goerli"
stakewiseSubgraphUrls: "https://graph.stakewise.io/subgraphs/name/stakewise/stakewise,https://api.thegraph.com/subgraphs/name/stakewise/stakewise-mainnet"
stakewiseSubgraphUrls: "https://graph.stakewise.io/subgraphs/name/stakewise/stakewise"

## Options:
## mainnet: "https://api.thegraph.com/subgraphs/name/stakewise/uniswap-v3-mainnet"
## mainnet: "https://graph.stakewise.io/subgraphs/name/stakewise/uniswap-v3"
## goerli: "https://api.thegraph.com/subgraphs/name/stakewise/uniswap-v3-goerli"
uniswapV3SubgraphUrls: "https://graph.stakewise.io/subgraphs/name/stakewise/uniswap-v3,https://api.thegraph.com/subgraphs/name/stakewise/uniswap-v3-mainnet"
uniswapV3SubgraphUrls: "https://graph.stakewise.io/subgraphs/name/stakewise/uniswap-v3"

## Options:
## mainnet: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet"
## mainnet: "https://graph.stakewise.io/subgraphs/name/stakewise/ethereum"
## goerli: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-goerli"
## permGoerli: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-goerli"
## gnosis: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-gnosis"
## gnosis: "https://graph-gno.stakewise.io/subgraphs/name/stakewise/ethereum"
## harbourMainnet: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet"
## harbourGoerli: "https://api.thegraph.com/subgraphs/name/stakewise/ethereum-goerli"
ethereumSubgraphUrls: "https://graph.stakewise.io/subgraphs/name/stakewise/ethereum,https://api.thegraph.com/subgraphs/name/stakewise/ethereum-mainnet"
ethereumSubgraphUrls: "https://graph.stakewise.io/subgraphs/name/stakewise/ethereum"

## Credentials
##
Expand Down
2 changes: 1 addition & 1 deletion charts/v3-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: v3-backend
version: 3.3.2
version: 3.3.3
appVersion: v1.6.5
kubeVersion: "^1.20.0-0"
description: The StakeWise backend application.
Expand Down
4 changes: 3 additions & 1 deletion charts/v3-backend/templates/common-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ data:

EXECUTION_ENDPOINTS: {{ .Values.settings.executionEndpoints | quote }}
CONSENSUS_ENDPOINTS: {{ .Values.settings.consensusEndpoints | quote }}

EXCHANGE_RATE_EXECUTION_ENDPOINTS: {{ .Values.settings.exchangeRateExecutionEndpoints | quote }}
EXCHANGE_RATE_CONSENSUS_ENDPOINTS: {{ .Values.settings.exchangeRateConsensusEndpoints | quote }}

SEND_TELEGRAM_NOTIFICATIONS: {{ .Values.settings.sendTelegramNotifaction | quote }}

{{- if and (.Values.ipfs.enabled) (not .Values.settings.ipfsLocalClientEndpoint) }}
Expand Down
2 changes: 2 additions & 0 deletions charts/v3-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ settings:

executionEndpoints: ""
consensusEndpoints: ""
exchangeRateExecutionEndpoints: ""
exchangeRateConsensusEndpoints: ""

memcachedUrl: ""
brokerUrl: ""
Expand Down

0 comments on commit 5cab2b2

Please sign in to comment.