Skip to content

Commit f255e36

Browse files
committed
chore: bump vsl-rpc and vsl-sequencer chart versions to 0.3.4 and update geth command in values.yaml
1 parent 20db826 commit f255e36

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

charts/vsl-rpc/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3
18+
version: 0.3.4
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

charts/vsl-rpc/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ geth:
9696
command:
9797
- /bin/sh
9898
- -c
99-
- geth --verbosity 0 --exec "eth.syncing" attach $GETH_DATADIR/geth.ipc | grep -q "true"
99+
- geth --verbosity 0 --exec "net.listening" attach $GETH_DATADIR/geth.ipc | grep -q "true"
100100
initialDelaySeconds: 10
101101
periodSeconds: 10
102102
startupProbe:

charts/vsl-sequencer/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependencies:
22
- name: vsl-rpc
33
repository: file://../vsl-rpc
4-
version: 0.3.3
4+
version: 0.3.4
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:04532fc6cc71bdd9e768a241e3803d2ecaf797c4ff79a1889fe4bdf5773aa3ac
12-
generated: "2025-10-13T16:43:30.436791+08:00"
11+
digest: sha256:04a1ef762c2bc71482a342402a2db1df6e92ca8cfed410f9e208fee0c567dfe1
12+
generated: "2025-10-13T16:53:25.129938+08:00"

charts/vsl-sequencer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.3
18+
version: 0.3.4
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

2626
dependencies:
2727
- name: vsl-rpc
28-
version: 0.3.3
28+
version: 0.3.4
2929
repository: "file://../vsl-rpc"
3030
alias: vsl-sequencer
3131
- name: op-batcher

0 commit comments

Comments
 (0)