From 02fb66a3feab33801694a82be176c6665e83df26 Mon Sep 17 00:00:00 2001 From: sbaizet <74511063+sbaizet-ledger@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:24:58 +0200 Subject: [PATCH] Feat multi l2geth (#126) * feat: allow multiple l2geth services * fix: gas-oracle grafana dashboard (#122) * feat: make a variable to configure l2geth-peer-list (#120) * fix l2-rpc chart (#124) * update scroll-sdk with latest l2-rpc and bootnode chart (#125) * allow multiple replicas of l2-rpc * bump l2 services version to 0.0.4 --- .github/test.yaml | 15 --------------- charts/l2-bootnode/Chart.yaml | 2 +- charts/l2-bootnode/README.md | 3 +-- charts/l2-rpc/Chart.yaml | 2 +- charts/l2-rpc/README.md | 2 +- charts/l2-sequencer/Chart.yaml | 2 +- charts/l2-sequencer/README.md | 2 +- ct.yaml | 2 +- 8 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 .github/test.yaml diff --git a/.github/test.yaml b/.github/test.yaml deleted file mode 100644 index 754bf597..00000000 --- a/.github/test.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - creationTimestamp: null - labels: - run: test - name: test -spec: - containers: - - image: nginx - name: test - resources: {} - dnsPolicy: ClusterFirst - restartPolicy: Always -status: {} diff --git a/charts/l2-bootnode/Chart.yaml b/charts/l2-bootnode/Chart.yaml index 7f20e7de..cfa86b3e 100644 --- a/charts/l2-bootnode/Chart.yaml +++ b/charts/l2-bootnode/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: l2-bootnode helm chart name: l2-bootnode -version: 0.0.3 +version: 0.0.4 appVersion: v0.1.0 kubeVersion: ">=1.22.0-0" maintainers: diff --git a/charts/l2-bootnode/README.md b/charts/l2-bootnode/README.md index 3a12a6c2..ff907d73 100644 --- a/charts/l2-bootnode/README.md +++ b/charts/l2-bootnode/README.md @@ -1,6 +1,5 @@ # l2-bootnode - -![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) l2-bootnode helm chart diff --git a/charts/l2-rpc/Chart.yaml b/charts/l2-rpc/Chart.yaml index 245d18b1..68736df4 100644 --- a/charts/l2-rpc/Chart.yaml +++ b/charts/l2-rpc/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: l2-rpc helm chart name: l2-rpc -version: 0.0.3 +version: 0.0.4 appVersion: v0.1.0 kubeVersion: ">=1.22.0-0" maintainers: diff --git a/charts/l2-rpc/README.md b/charts/l2-rpc/README.md index 20d256e1..b7492c10 100644 --- a/charts/l2-rpc/README.md +++ b/charts/l2-rpc/README.md @@ -1,6 +1,6 @@ # l2-rpc -![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) l2-rpc helm chart diff --git a/charts/l2-sequencer/Chart.yaml b/charts/l2-sequencer/Chart.yaml index dbb15e9e..b057b826 100644 --- a/charts/l2-sequencer/Chart.yaml +++ b/charts/l2-sequencer/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 description: l2-sequencer helm charts name: l2-sequencer -version: 0.0.3 +version: 0.0.4 appVersion: v0.1.0 kubeVersion: ">=1.22.0-0" maintainers: diff --git a/charts/l2-sequencer/README.md b/charts/l2-sequencer/README.md index 4b6ba01c..418f4508 100644 --- a/charts/l2-sequencer/README.md +++ b/charts/l2-sequencer/README.md @@ -1,6 +1,6 @@ # l2-sequencer -![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) +![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square) l2-sequencer helm charts diff --git a/ct.yaml b/ct.yaml index 61d7bc57..650581e6 100644 --- a/ct.yaml +++ b/ct.yaml @@ -3,5 +3,5 @@ target-branch: develop chart-dirs: - charts validate-maintainers: true -check-version-increment: false #TODO set to true +check-version-increment: true debug: true