Skip to content

Commit 8d7844e

Browse files
committed
fix: lint
1 parent 93f3fa3 commit 8d7844e

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
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.0.1-test
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/scroll-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scroll-sdk
22

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-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.1-test](https://img.shields.io/badge/Version-0.0.1--test-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
44

55
scroll helm charts to deploy scroll sdk
66

devnet/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)