Skip to content

Commit 4061a22

Browse files
committed
update blockscout chart
1 parent 65e8728 commit 4061a22

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

charts/blockscout/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ dependencies:
1414
version: 0.0.3
1515
- name: blockscout-stack
1616
repository: https://blockscout.github.io/helm-charts
17-
version: 1.6.8
17+
version: 1.8.0

charts/blockscout/values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ blockscout-stack:
2525
SCROLL_L2_CURIE_UPGRADE_BLOCK: 0
2626
ECTO_USE_SSL: false
2727
ETHEREUM_JSONRPC_HTTP_INSECURE: true
28+
CHAIN_SPEC_PATH: "/app/genesis/genesis.json"
2829
# Not sure what these values are for
2930
# SCROLL_L1_SCALAR_INIT:
3031
# SCROLL_L1_OVERHEAD_INIT:
@@ -48,6 +49,13 @@ blockscout-stack:
4849
nginx.ingress.kubernetes.io/cors-max-age: "86400"
4950
hostname: blockscout.scrollsdk
5051

52+
persistence:
53+
genesis:
54+
enabled: true
55+
type: configMap
56+
mountPath: /app/genesis/
57+
name: genesis-config
58+
5159
frontend:
5260
image:
5361
tag: v1.35.2

charts/l1-explorer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ dependencies:
1414
version: 0.0.3
1515
- name: blockscout-stack
1616
repository: https://blockscout.github.io/helm-charts
17-
version: 1.6.8
17+
version: 1.8.0

charts/scroll-sdk/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ rollup-node:
8383

8484
l1-explorer:
8585
enabled: false
86+
blockscout-stack:
87+
frontend:
88+
replicaCount: 1
8689
ingress:
8790
main:
8891
enabled: true

devnet/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ config:
2121

2222
install:
2323
helm upgrade -i scroll-sdk scroll-sdk -n $(NAMESPACE) \
24-
--set l2-rpc.image.tag=$(L2_IMAGE_TAG) \
25-
--set l2-sequencer.image.tag=$(L2_IMAGE_TAG) \
26-
--set l2-bootnode.image.tag=$(L2_IMAGE_TAG) \
2724
--set l1-devnet.ingress.main.hosts[0].host=$(L1_RPC_HOST) \
2825
--set l1-devnet.ingress.main.hosts[0].paths[0].path=/ \
2926
--set l1-devnet.ingress.main.hosts[0].paths[0].pathType=Prefix \

0 commit comments

Comments
 (0)