File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22apiVersion : v2
33description : scroll helm charts to deploy scroll sdk
44name : scroll-sdk
5- version : 0.0.62
5+ version : 0.0.63
66appVersion : v0.1.0
77kubeVersion : " >=1.22.0-0"
88maintainers :
Original file line number Diff line number Diff line change 11# scroll-sdk
22
3- ![ Version: 0.0.62 ] ( https://img.shields.io/badge/Version-0.0.62 -informational?style=flat-square ) ![ AppVersion: v0.1.0] ( https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square )
3+ ![ Version: 0.0.63 ] ( https://img.shields.io/badge/Version-0.0.63 -informational?style=flat-square ) ![ AppVersion: v0.1.0] ( https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square )
44
55scroll helm charts to deploy scroll sdk
66
@@ -57,6 +57,7 @@ Kubernetes: `>=1.22.0-0`
5757| admin-system-dashboard.ingress.main.hosts[ 0] .paths[ 0] .pathType | string | ` "Prefix" ` | |
5858| balance-checker.enabled | bool | ` true ` | |
5959| blockscout-sc-verifier.enabled | bool | ` false ` | |
60+ | blockscout.blockscout-stack.frontend.replicaCount | int | ` 1 ` | |
6061| blockscout.enabled | bool | ` true ` | |
6162| bridge-history-api.enabled | bool | ` true ` | |
6263| bridge-history-api.ingress.main.annotations | object | ` {} ` | |
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ l1-devnet:
1212
1313blockscout :
1414 enabled : true
15+ blockscout-stack :
16+ frontend :
17+ replicaCount : 1
1518
1619bridge-history-api :
1720 enabled : true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ L1_RPC_HOST := l1-devnet.scrollsdk
77
88bootstrap :
99 echo " Pulling helm chart..."
10- helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.0.62
10+ helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.0.63
1111 echo " Extracting helm chart..."
1212 tar -xvf * .tgz
1313 $(MAKE ) config
You can’t perform that action at this time.
0 commit comments