Skip to content

Commit 3215ffa

Browse files
authored
Fix lock (#618)
* Fix chart deps * Add subgraph endpoints
1 parent 1702e6d commit 3215ffa

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Diff for: charts/v3-oracle/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: v3-oracle
3-
version: 3.5.0
3+
version: 3.5.1
44
appVersion: v3.1.7
55
kubeVersion: "^1.14.0-0"
66
description: The StakeWise application for submitting off-chain data to smart contracts.

Diff for: charts/v3-oracle/templates/configmap.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ data:
3636
EVENTS_BLOCKS_RANGE_INTERVAL: {{ .Values.settings.eventsBlockRangeInterval | quote }}
3737
METRICS_ENABLED: {{ .Values.settings.metricsEnabled | quote }}
3838
HEALTHZ_ENABLED: {{ .Values.settings.healthzEnabled | quote }}
39+
{{- if .Values.settings.subgraphEndpoints }}
40+
SUBGRAPH_ENDPOINTS: {{ .Values.settings.subgraphEndpoints | quote }}
41+
{{- end }}

Diff for: charts/v3-oracle/values.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ settings:
138138
executionClientTimeout: "30"
139139
mevRelayTimeout: "10"
140140
consensusBlockConcurrency: "5"
141+
# subgraphEndpoints: ""
141142

142143
## IPFS Settings
143144
##

0 commit comments

Comments
 (0)