Skip to content

Commit d49ac4c

Browse files
committed
update blockscout chart
1 parent 4061a22 commit d49ac4c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

charts/blockscout/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ Kubernetes: `>=1.22.0-0`
1616

1717
| Repository | Name | Version |
1818
|------------|------|---------|
19-
| https://blockscout.github.io/helm-charts | blockscout-stack | 1.6.8 |
19+
| https://blockscout.github.io/helm-charts | blockscout-stack | 1.8.0 |
2020
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | external-secrets-lib | 0.0.3 |
2121

2222
## Values
2323

2424
| Key | Type | Default | Description |
2525
|-----|------|---------|-------------|
2626
| blockscout-stack.blockscout.env.BLOCK_TRANSFORMER | string | `"clique"` | |
27+
| blockscout-stack.blockscout.env.CHAIN_SPEC_PATH | string | `"/app/genesis/genesis.json"` | |
2728
| blockscout-stack.blockscout.env.CHAIN_TYPE | string | `"scroll"` | |
2829
| blockscout-stack.blockscout.env.ECTO_USE_SSL | bool | `false` | |
2930
| blockscout-stack.blockscout.env.ETHEREUM_JSONRPC_HTTP_INSECURE | bool | `true` | |
@@ -48,6 +49,10 @@ Kubernetes: `>=1.22.0-0`
4849
| blockscout-stack.blockscout.ingress.className | string | `"nginx"` | |
4950
| blockscout-stack.blockscout.ingress.enabled | bool | `true` | |
5051
| blockscout-stack.blockscout.ingress.hostname | string | `"blockscout.scrollsdk"` | |
52+
| blockscout-stack.blockscout.persistence.genesis.enabled | bool | `true` | |
53+
| blockscout-stack.blockscout.persistence.genesis.mountPath | string | `"/app/genesis/"` | |
54+
| blockscout-stack.blockscout.persistence.genesis.name | string | `"genesis-config"` | |
55+
| blockscout-stack.blockscout.persistence.genesis.type | string | `"configMap"` | |
5156
| blockscout-stack.frontend.env.FAVICON_MASTER_URL | string | `"https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/favicons/scroll_180x180.png"` | |
5257
| blockscout-stack.frontend.env.NEXT_PUBLIC_AD_BANNER_PROVIDER | string | `"none"` | |
5358
| blockscout-stack.frontend.env.NEXT_PUBLIC_AD_TEXT_PROVIDER | string | `"none"` | |

charts/l1-explorer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Kubernetes: `>=1.22.0-0`
1616

1717
| Repository | Name | Version |
1818
|------------|------|---------|
19-
| https://blockscout.github.io/helm-charts | blockscout-stack | 1.6.8 |
19+
| https://blockscout.github.io/helm-charts | blockscout-stack | 1.8.0 |
2020
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | external-secrets-lib | 0.0.3 |
2121

2222
## Values

charts/scroll-sdk/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Kubernetes: `>=1.22.0-0`
8585
| l1-devnet.ingress.main.hosts[0].host | string | `"l1-devnet.scrollsdk"` | |
8686
| l1-devnet.ingress.main.hosts[0].paths[0].path | string | `"/"` | |
8787
| l1-devnet.ingress.main.hosts[0].paths[0].pathType | string | `"Prefix"` | |
88+
| l1-explorer.blockscout-stack.frontend.replicaCount | int | `1` | |
8889
| l1-explorer.enabled | bool | `false` | |
8990
| l1-explorer.ingress.main.enabled | bool | `true` | |
9091
| l1-explorer.ingress.main.hosts[0].host | string | `"l1-explorer.scrollsdk"` | |

0 commit comments

Comments
 (0)