From e54080192cbb2abfd98851f4136a9cbbd94eb9f2 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:47:23 +0300 Subject: [PATCH] Change oracle env (#438) --- charts/v3-oracle/Chart.yaml | 2 +- charts/v3-oracle/templates/configmap.yaml | 4 ++-- charts/v3-oracle/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/v3-oracle/Chart.yaml b/charts/v3-oracle/Chart.yaml index 424ef372e..e2650118e 100644 --- a/charts/v3-oracle/Chart.yaml +++ b/charts/v3-oracle/Chart.yaml @@ -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. diff --git a/charts/v3-oracle/templates/configmap.yaml b/charts/v3-oracle/templates/configmap.yaml index e44d54f1a..cfcd09080 100644 --- a/charts/v3-oracle/templates/configmap.yaml +++ b/charts/v3-oracle/templates/configmap.yaml @@ -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 }} diff --git a/charts/v3-oracle/values.yaml b/charts/v3-oracle/values.yaml index 838daf4ff..270eb0a2b 100644 --- a/charts/v3-oracle/values.yaml +++ b/charts/v3-oracle/values.yaml @@ -112,8 +112,8 @@ settings: ## Ethereum / Gnosis Nodes ## - executionEndpoints: "" - consensusEndpoints: "" + executionEndpoint: "" + consensusEndpoint: "" # executionGraphqlEndpoint: "" ## IPFS Settings