File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : abstract-node
33description : External node for syncing and serving blockchain data for Abstract
4- version : 0.1.37
4+ version : 0.1.38
55type : application
66icon : https://abstract-assets.abs.xyz/icons/light.png
77keywords :
@@ -11,7 +11,7 @@ keywords:
1111home : https://abs.xyz
1212sources :
1313 - https://github.com/matter-labs/zksync-era
14- appVersion : " 29.14 .0"
14+ appVersion : " 29.19 .0"
1515
1616dependencies :
1717 - name : common
Original file line number Diff line number Diff line change @@ -222,6 +222,10 @@ spec:
222222 - name : EN_API_SEND_RAW_TX_SYNC_DEFAULT_TIMEOUT_MS
223223 value : {{ .Values.rpc.sendRawTxSyncDefaultTimeout | quote }}
224224 {{- end }}
225+ {{- range $name, $value := .Values.node.extraEnv }}
226+ - name : {{ $name | quote }}
227+ value : {{ $value | quote }}
228+ {{- end }}
225229 ports :
226230 {{- if .Values.rpc.http.enabled }}
227231 - name : http
Original file line number Diff line number Diff line change 7979 registry : docker.io
8080 repository : matterlabs/external-node
8181 pullPolicy : IfNotPresent
82- tag : " v29.14 .0"
82+ tag : " v29.19 .0"
8383
8484shutdownWrapper :
8585 enabled : false
@@ -253,6 +253,10 @@ database:
253253 poolSizeMaster : null
254254
255255node :
256+ # # Additional environment variables for the external node container.
257+ # # Values are rendered as strings.
258+ # #
259+ extraEnv : {}
256260 # # The URL of the Ethereum client.
257261 # #
258262 ethClientUrl : " https://eth.drpc.org"
You can’t perform that action at this time.
0 commit comments