Skip to content

Commit

Permalink
update scroll-sdk with latest l2-rpc and bootnode chart (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger authored Aug 30, 2024
1 parent 089dfcc commit aa1c13c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/scroll-sdk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: scroll helm charts to deploy scroll sdk
name: scroll-sdk
version: 0.0.5
version: 0.0.6
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down Expand Up @@ -66,11 +66,11 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l1-explorer.enabled
- name: l2-bootnode
version: 0.0.2
version: 0.0.3
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l2-bootnode.enabled
- name: l2-rpc
version: 0.0.2
version: 0.0.3
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l2-rpc.enabled
- name: grafana
Expand Down
6 changes: 3 additions & 3 deletions charts/scroll-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scroll-sdk

![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

scroll helm charts to deploy scroll sdk

Expand Down Expand Up @@ -34,8 +34,8 @@ Kubernetes: `>=1.22.0-0`
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | gas-oracle | 0.0.1 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-devnet | 0.0.1 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l1-explorer | 0.0.1 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-bootnode | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-rpc | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-bootnode | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-rpc | 0.0.3 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | l2-sequencer | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-explorer-backend | 0.0.1 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | rollup-node | 0.0.2 |
Expand Down

0 comments on commit aa1c13c

Please sign in to comment.