Skip to content

Commit c95d0de

Browse files
committed
update config file
1 parent b25e1a5 commit c95d0de

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

devnet/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ L1_RPC_HOST := l1-devnet.scrollsdk
77

88
bootstrap:
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

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)