Skip to content

Commit

Permalink
Update backend env (#585)
Browse files Browse the repository at this point in the history
* Update backend env

* Add envs
  • Loading branch information
antares-sw authored Sep 17, 2024
1 parent 1b350fd commit f5bb967
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/v3-backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: v3-backend
version: 3.3.9
appVersion: v2.0.15
version: 3.4.1
appVersion: v2.0.26
kubeVersion: "^1.20.0-0"
description: The StakeWise backend application.
type: application
Expand Down
6 changes: 4 additions & 2 deletions charts/v3-backend/templates/common-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ 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 }}
MAINNET_EXECUTION_ENDPOINTS: {{ .Values.settings.mainnetExecutionEndpoints | quote }}
MAINNET_CONSENSUS_ENDPOINTS: {{ .Values.settings.mainnetConsensusEndpoints | quote }}
GNOSIS_EXECUTION_ENDPOINTS: {{ .Values.settings.gnosisExecutionEndpoints | quote }}
GNOSIS_CONSENSUS_ENDPOINTS: {{ .Values.settings.gnosisConsensusEndpoints | quote }}
CONSENSUS_TIMEOUT: {{ .Values.settings.consensusTimeout | quote }}
CONSENSUS_RETRY_TIMEOUT: {{ .Values.settings.consensusRetryTimeout | quote }}

Expand Down
8 changes: 5 additions & 3 deletions charts/v3-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ settings:

executionEndpoints: ""
consensusEndpoints: ""
exchangeRateExecutionEndpoints: ""
exchangeRateConsensusEndpoints: ""
mainnetExecutionEndpoints: ""
mainnetConsensusEndpoints: ""
gnosisExecutionEndpoints: ""
gnosisConsensusEndpoints: ""
consensusTimeout: "30"
consensusRetryTimeout: "60"

Expand Down Expand Up @@ -95,7 +97,7 @@ settings:
image:
registry: "europe-west4-docker.pkg.dev"
repository: "stakewiselabs/private/v3-backend"
tag: "v2.0.5"
tag: "v2.0.26"
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit f5bb967

Please sign in to comment.