Skip to content

Commit

Permalink
Change oracle env (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Sep 4, 2023
1 parent 05a02ee commit e540801
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/v3-oracle/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: v3-oracle
version: 3.1.13
version: 3.2.1
appVersion: v0.1.0
kubeVersion: "^1.14.0-0"
description: The StakeWise application for submitting off-chain data to smart contracts.
Expand Down
4 changes: 2 additions & 2 deletions charts/v3-oracle/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ data:
LOG_LEVEL: {{ .Values.settings.logLevel | quote }}
NETWORK: {{ .Values.settings.network | quote }}
IPFS_LOCAL_CLIENT_ENDPOINT: {{ .Values.settings.ipfsLocalClientEndpoint | quote }}
EXECUTION_ENDPOINTS: {{ .Values.settings.executionEndpoints | quote }}
CONSENSUS_ENDPOINTS: {{ .Values.settings.consensusEndpoints | quote }}
EXECUTION_ENDPOINT: {{ .Values.settings.executionEndpoint | quote }}
CONSENSUS_ENDPOINT: {{ .Values.settings.consensusEndpoint | quote }}
IPFS_FETCH_ENDPOINTS: {{ .Values.settings.ipfsFetchEndpoints | quote }}
DATABASE: "/data/oracle.db"
{{- if .Values.settings.executionGraphqlEndpoint }}
Expand Down
4 changes: 2 additions & 2 deletions charts/v3-oracle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ settings:

## Ethereum / Gnosis Nodes
##
executionEndpoints: ""
consensusEndpoints: ""
executionEndpoint: ""
consensusEndpoint: ""
# executionGraphqlEndpoint: ""

## IPFS Settings
Expand Down

0 comments on commit e540801

Please sign in to comment.