diff --git a/charts/v3-backend/Chart.yaml b/charts/v3-backend/Chart.yaml index 8a80687e2..acd0148e5 100644 --- a/charts/v3-backend/Chart.yaml +++ b/charts/v3-backend/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: v3-backend -version: 3.1.5 +version: 3.1.6 appVersion: v0.3.6 kubeVersion: "^1.20.0-0" description: The StakeWise backend application. diff --git a/charts/v3-backend/templates/common-configmap.yaml b/charts/v3-backend/templates/common-configmap.yaml index 7d883fcd4..02fb64896 100644 --- a/charts/v3-backend/templates/common-configmap.yaml +++ b/charts/v3-backend/templates/common-configmap.yaml @@ -22,8 +22,8 @@ data: IPFS_PINATA_PIN_ENDPOINT: {{ .Values.settings.ipfsPinataPinEndpoints | quote }} IPFS_FETCH_ENDPOINTS: {{ .Values.settings.ipfsFetchEndpoints | quote }} - EXECUTION_ENDPOINT: {{ .Values.settings.executionEndpoint | quote }} - CONSENSUS_ENDPOINT: {{ .Values.settings.consensusEndpoint | quote }} + EXECUTION_ENDPOINTS: {{ .Values.settings.executionEndpoints | quote }} + CONSENSUS_ENDPOINTS: {{ .Values.settings.consensusEndpoints | quote }} SEND_TELEGRAM_NOTIFICATIONS: {{ .Values.settings.sendTelegramNotifaction | quote }} diff --git a/charts/v3-keeper/Chart.yaml b/charts/v3-keeper/Chart.yaml index e52f217af..589b97274 100644 --- a/charts/v3-keeper/Chart.yaml +++ b/charts/v3-keeper/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: v3-keeper -version: 3.0.5 +version: 3.0.6 appVersion: v0.1.0 kubeVersion: "^1.19.0-0" description: StakeWise Keeper is used to aggregate transactions from the oracles and submit them on-chain. diff --git a/charts/v3-keeper/templates/configmap.yaml b/charts/v3-keeper/templates/configmap.yaml index 538e6367e..950cb528a 100644 --- a/charts/v3-keeper/templates/configmap.yaml +++ b/charts/v3-keeper/templates/configmap.yaml @@ -7,6 +7,6 @@ metadata: data: LOG_LEVEL: {{ .Values.settings.logLevel | quote }} NETWORK: {{ .Values.settings.network | quote }} - EXECUTION_ENDPOINT: {{ .Values.settings.executionEndpoint | quote }} - CONSENSUS_ENDPOINT: {{ .Values.settings.consensusEndpoint | quote }} + EXECUTION_ENDPOINTS: {{ .Values.settings.executionEndpoints | quote }} + CONSENSUS_ENDPOINTS: {{ .Values.settings.consensusEndpoints | quote }} METRICS_HOST: {{ .Values.serviceMonitor.host | quote }} diff --git a/charts/v3-keeper/values.yaml b/charts/v3-keeper/values.yaml index 0e3e30899..d51212e88 100644 --- a/charts/v3-keeper/values.yaml +++ b/charts/v3-keeper/values.yaml @@ -45,7 +45,7 @@ serviceAccount: image: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/public/v3-keeper" - tag: "v0.1.2" + tag: "master" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry @@ -71,8 +71,8 @@ settings: ## Possible values: goerli, perm_goerli, gnosis, mainnet ## network: "mainnet" - executionEndpoint: "" - consensusEndpoint: "" + executionEndpoints: "" + consensusEndpoints: "" sentryDsn: "" ## Credentials diff --git a/charts/v3-oracle/Chart.yaml b/charts/v3-oracle/Chart.yaml index e01513981..53eb52a96 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.9 +version: 3.1.10 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 399614e59..8a8ef1522 100644 --- a/charts/v3-oracle/templates/configmap.yaml +++ b/charts/v3-oracle/templates/configmap.yaml @@ -8,7 +8,7 @@ data: LOG_LEVEL: {{ .Values.settings.logLevel | quote }} NETWORK: {{ .Values.settings.network | quote }} IPFS_LOCAL_CLIENT_ENDPOINT: {{ .Values.settings.ipfsLocalClientEndpoint | quote }} - EXECUTION_ENDPOINT: {{ .Values.settings.executionEndpoint | quote }} - CONSENSUS_ENDPOINT: {{ .Values.settings.consensusEndpoint | quote }} + EXECUTION_ENDPOINTS: {{ .Values.settings.executionEndpoints | quote }} + CONSENSUS_ENDPOINTS: {{ .Values.settings.consensusEndpoints | quote }} IPFS_FETCH_ENDPOINTS: {{ .Values.settings.ipfsFetchEndpoints | quote }} DATABASE: "/data/oracle.db" diff --git a/charts/v3-oracle/values.yaml b/charts/v3-oracle/values.yaml index 7c9183f4d..4f17c9078 100644 --- a/charts/v3-oracle/values.yaml +++ b/charts/v3-oracle/values.yaml @@ -101,8 +101,8 @@ settings: ## Ethereum / Gnosis Nodes ## - executionEndpoint: "" - consensusEndpoint: "" + executionEndpoints: "" + consensusEndpoints: "" ## IPFS Settings ##