Skip to content

Commit 528b0b2

Browse files
committed
test: ci
1 parent 0cd011a commit 528b0b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/scroll-sdk/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
description: scroll helm charts to deploy scroll sdk
44
name: scroll-sdk
5-
version: 0.1.1
5+
version: 0.1.1-test
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

devnet/Makefile

Lines changed: 1 addition & 1 deletion
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/dev/scroll-sdk --version 0.0.1-test
10+
helm pull oci://ghcr.io/scroll-tech/scroll-sdk/helm/scroll-sdk --version 0.1.1
1111
echo "Extracting helm chart..."
1212
tar -xvf *.tgz
1313
$(MAKE) config

0 commit comments

Comments
 (0)