File tree Expand file tree Collapse file tree 4 files changed +18
-19
lines changed
Expand file tree Collapse file tree 4 files changed +18
-19
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.3.1
18+ version : 0.3.2
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -96,10 +96,20 @@ geth:
9696 command :
9797 - /bin/sh
9898 - -c
99- - /usr/local/bin/ geth --exec "eth.syncing" attach http://localhost:8545
99+ - geth --verbosity 0 -- exec "eth.syncing" attach $GETH_DATADIR/geth.ipc | grep -q "true"
100100 initialDelaySeconds : 10
101101 periodSeconds : 10
102-
102+ startupProbe :
103+ exec :
104+ command :
105+ - /bin/sh
106+ - -c
107+ - |
108+ geth --verbosity 0 --exec "eth.syncing" attach $GETH_DATADIR/geth.ipc | grep -q "false"
109+ initialDelaySeconds : 10
110+ periodSeconds : 10
111+ timeoutSeconds : 1
112+ failureThreshold : 2419200
103113node :
104114 autoDiscovery : true
105115 rollup :
@@ -164,17 +174,6 @@ node:
164174 periodSeconds : 10
165175 timeoutSeconds : 5
166176 failureThreshold : 6
167- startupProbe :
168- exec :
169- command :
170- - /bin/sh
171- - -c
172- - |
173- geth --verbosity 0 --exec "eth.syncing" attach $GETH_DATADIR/geth.ipc | grep -q "false"
174- initialDelaySeconds : 10
175- periodSeconds : 10
176- timeoutSeconds : 1
177- failureThreshold : 2419200
178177# # proxyd
179178proxyd :
180179 name : proxyd
Original file line number Diff line number Diff line change 11dependencies:
22- name: vsl-rpc
33 repository: file://../vsl-rpc
4- version: 0.3.1
4+ version: 0.3.2
55- name: op-batcher
66 repository: file://../op-batcher
77 version: 0.1.0
88- name: op-proposer
99 repository: file://../op-proposer
1010 version: 0.1.0
11- digest: sha256:357c2434cd0f96b5dfad5f27f6422b514155d7d7c4feb501e535b54b7dea095a
12- generated: "2025-10-13T15:58:40.280177 +08:00"
11+ digest: sha256:531d3d670211bc82c9f7b0a3a031fce709ae517cdb3839a486cfd2eaa4a73541
12+ generated: "2025-10-13T16:29:07.452405 +08:00"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.3.1
18+ version : 0.3.2
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
@@ -25,7 +25,7 @@ appVersion: "1.16.0"
2525
2626dependencies :
2727 - name : vsl-rpc
28- version : 0.3.1
28+ version : 0.3.2
2929 repository : " file://../vsl-rpc"
3030 alias : vsl-sequencer
3131 - name : op-batcher
You can’t perform that action at this time.
0 commit comments