Skip to content

Commit

Permalink
chore: update helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Apr 24, 2024
1 parent 53839ab commit a23982b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/vsl-rpc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.13
version: 0.1.14

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
9 changes: 6 additions & 3 deletions charts/vsl-rpc/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ spec:
args:
- >-
/scripts/geth-entrypoint.sh
{{- with .Values.sequencerhttp}}
--rollup.sequencerhttp={{ . }}
{{- end }}
{{- range .Values.geth.args }}
{{ . }}
{{- end }}
Expand Down Expand Up @@ -208,6 +205,12 @@ spec:
name: {{ include "vsl-rpc.config-name.geth" .}}
key: gcmode
optional: true
- name: GETH_ROLLUP_SEQUENCERHTTP
valueFrom:
configMapKeyRef:
name: {{ include "vsl-rpc.config-name.geth" .}}
key: rollup.sequencerhttp
optional: true
{{- with .Values.geth.env }}
{{- toYaml . | nindent 12 }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions charts/vsl-rpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ configs:
gcmode: "archive"
rpc.allow-unprotected-txs: true
syncmode: "full"
rollup.sequencerhttp: "http://sequencer"

node:
create: true
Expand Down
6 changes: 3 additions & 3 deletions charts/vsl-sequencer/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: vsl-rpc
repository: file://../vsl-rpc
version: 0.1.13
version: 0.1.14
- name: op-batcher
repository: file://../op-batcher
version: 0.1.0
- name: op-proposer
repository: file://../op-proposer
version: 0.1.0
digest: sha256:cefbbeaf0e250c8bf3a9c4d19e1ffe0733ddde2d8f5b85e1413c83d5644fb3ea
generated: "2024-04-24T12:35:20.781093+08:00"
digest: sha256:ed226114983b842ec74f53b73c5df70f6a467f6a26ffae85ba81e41ba9bce6b5
generated: "2024-04-24T15:37:10.695406+08:00"
4 changes: 2 additions & 2 deletions charts/vsl-sequencer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.14
version: 0.1.15

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,7 +25,7 @@ appVersion: "1.16.0"

dependencies:
- name: vsl-rpc
version: 0.1.13
version: 0.1.14
repository: "file://../vsl-rpc"
alias: vsl-sequencer
- name: op-batcher
Expand Down
2 changes: 0 additions & 2 deletions charts/vsl-sequencer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# Declare variables to be passed into your templates.

vsl-sequencer:
# disable sequencer http url
sequencerhttp: ""
node:
autoDiscovery: false
args:
Expand Down

0 comments on commit a23982b

Please sign in to comment.