File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed 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.1.1
10+ helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/dev/ scroll-sdk --version 0.1.1
1111 echo " Extracting helm chart..."
1212 tar -xvf * .tgz
1313 $(MAKE ) config
@@ -21,9 +21,6 @@ config:
2121
2222install :
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 \
You can’t perform that action at this time.
0 commit comments