Skip to content

Commit

Permalink
feat: enable darwin v2 (#140)
Browse files Browse the repository at this point in the history
* feat: enable darwin v2

* fix: update chart version
  • Loading branch information
yiweichi authored Sep 3, 2024
1 parent 399de26 commit b5a2800
Show file tree
Hide file tree
Showing 31 changed files with 57 additions and 58 deletions.
2 changes: 1 addition & 1 deletion charts/bridge-history-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: bridge-history-api helm charts
name: bridge-history-api
version: 0.0.2
version: 0.0.3
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/bridge-history-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bridge-history-api

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

bridge-history-api helm charts

Expand Down Expand Up @@ -41,7 +41,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"bridge-history-api"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/bridgehistoryapi-api"` | |
| image.tag | string | `"v4.4.57"` | |
| image.tag | string | `"v4.4.59"` | |
| ingress.main.annotations | object | `{}` | |
| ingress.main.enabled | bool | `true` | |
| ingress.main.hosts[0].host | string | `"bridge-history-api.scrollsdk"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/bridge-history-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ controller:
image:
repository: scrolltech/bridgehistoryapi-api
pullPolicy: Always
tag: v4.4.57
tag: v4.4.59

command:
[
Expand Down
2 changes: 1 addition & 1 deletion charts/bridge-history-fetcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: bridge-history-fetcher helm charts
name: bridge-history-fetcher
version: 0.0.3
version: 0.0.4
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/bridge-history-fetcher/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bridge-history-fetcher

![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)

bridge-history-fetcher helm charts

Expand Down Expand Up @@ -41,7 +41,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"bridge-history-fetcher"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/bridgehistoryapi-fetcher"` | |
| image.tag | string | `"v4.4.57"` | |
| image.tag | string | `"v4.4.59"` | |
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |
| initContainers.1-check-postgres-connection.args[1] | string | `"$(DATABASE_URL)"` | |
| initContainers.1-check-postgres-connection.args[2] | string | `"--timeout"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/bridge-history-fetcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ controller:
image:
repository: scrolltech/bridgehistoryapi-fetcher
pullPolicy: Always
tag: v4.4.57
tag: v4.4.59

command:
[
Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: coordinator-api helm charts
name: coordinator-api
version: 0.0.2
version: 0.0.3
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/coordinator-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coordinator-api

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

coordinator-api helm charts

Expand Down Expand Up @@ -47,7 +47,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"coordinator-api"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/coordinator-api"` | |
| image.tag | string | `"v4.4.46"` | |
| image.tag | string | `"v4.4.58"` | |
| ingress.main.annotations | object | `{}` | |
| ingress.main.enabled | bool | `true` | |
| ingress.main.hosts[0].host | string | `"coordinator-api.scrollsdk"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ global:
image:
repository: scrolltech/coordinator-api
pullPolicy: Always
tag: v4.4.46
tag: v4.4.58

env:
- name: HTTP_PORT
Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-cron/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: coordinator-cron helm charts
name: coordinator-cron
version: 0.0.4
version: 0.0.5
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/coordinator-cron/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coordinator-cron

![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)
![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)

coordinator-cron helm charts

Expand Down Expand Up @@ -44,7 +44,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"coordinator-cron"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/coordinator-cron"` | |
| image.tag | string | `"v4.4.26"` | |
| image.tag | string | `"v4.4.58"` | |
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |
| initContainers.1-check-postgres-connection.args[1] | string | `"$(DATABASE_URL)"` | |
| initContainers.1-check-postgres-connection.args[2] | string | `"--timeout"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/coordinator-cron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
image:
repository: scrolltech/coordinator-cron
pullPolicy: Always
tag: v4.4.26
tag: v4.4.58

env:
- name: HTTP_PORT
Expand Down
2 changes: 1 addition & 1 deletion charts/gas-oracle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: gas-oracle helm charts
name: gas-oracle
version: 0.0.4
version: 0.0.5
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/gas-oracle/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gas-oracle

![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)
![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)

gas-oracle helm charts

Expand Down Expand Up @@ -38,7 +38,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"gas-oracle"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/gas-oracle"` | |
| image.tag | string | `"v4.4.57"` | |
| image.tag | string | `"v4.4.59"` | |
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |
| initContainers.1-check-postgres-connection.args[1] | string | `"$(DATABASE_URL)"` | |
| initContainers.1-check-postgres-connection.args[2] | string | `"--timeout"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/gas-oracle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
image:
repository: scrolltech/gas-oracle
pullPolicy: Always
tag: v4.4.57
tag: v4.4.59

command:
[
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-bootnode/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: l2-bootnode helm chart
name: l2-bootnode
version: 0.0.6
version: 0.0.7
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/l2-bootnode/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# l2-bootnode

![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)
![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-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

Expand Down Expand Up @@ -62,7 +62,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"l2-bootnode"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/l2geth"` | |
| image.tag | string | `"scroll-v5.6.0"` | |
| image.tag | string | `"scroll-v5.7.5"` | |
| initContainers.wait-for-l1.command[0] | string | `"/bin/sh"` | |
| initContainers.wait-for-l1.command[1] | string | `"-c"` | |
| initContainers.wait-for-l1.command[2] | string | `"/wait-for-l1.sh $L2GETH_L1_ENDPOINT"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-bootnode/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controller:
image:
repository: scrolltech/l2geth
pullPolicy: Always
tag: scroll-v5.6.0
tag: scroll-v5.7.5

env:
- name: L2GETH_ROLE
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-rpc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: l2-rpc helm chart
name: l2-rpc
version: 0.0.6
version: 0.0.7
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/l2-rpc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# l2-rpc

![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)
![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-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

Expand Down Expand Up @@ -62,7 +62,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"l2-rpc"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/l2geth"` | |
| image.tag | string | `"scroll-v5.6.0"` | |
| image.tag | string | `"scroll-v5.7.5"` | |
| ingress.main.annotations | object | `{}` | |
| ingress.main.enabled | bool | `true` | |
| ingress.main.hosts[0].host | string | `"l2-rpc.scrollsdk"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-rpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controller:
image:
repository: scrolltech/l2geth
pullPolicy: Always
tag: scroll-v5.6.0
tag: scroll-v5.7.5

service:
main:
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-sequencer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: l2-sequencer helm charts
name: l2-sequencer
version: 0.0.7
version: 0.0.8
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/l2-sequencer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# l2-sequencer

![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-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

Expand Down Expand Up @@ -62,7 +62,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"l2-sequencer"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/l2geth"` | |
| image.tag | string | `"scroll-v5.6.0"` | |
| image.tag | string | `"scroll-v5.7.5"` | |
| initContainers.wait-for-l1.command[0] | string | `"/bin/sh"` | |
| initContainers.wait-for-l1.command[1] | string | `"-c"` | |
| initContainers.wait-for-l1.command[2] | string | `"/wait-for-l1.sh $L2GETH_L1_ENDPOINT"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/l2-sequencer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controller:
image:
repository: scrolltech/l2geth
pullPolicy: Always
tag: scroll-v5.6.0
tag: scroll-v5.7.5

env:
- name: L2GETH_ROLE
Expand Down
2 changes: 1 addition & 1 deletion charts/rollup-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: rollup-node helm charts
name: rollup-node
version: 0.0.3
version: 0.0.4
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/rollup-node/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rollup-node

![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)

rollup-node helm charts

Expand Down Expand Up @@ -37,7 +37,7 @@ Kubernetes: `>=1.22.0-0`
| global.nameOverride | string | `"rollup-node"` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"scrolltech/rollup-relayer"` | |
| image.tag | string | `"v4.4.57"` | |
| image.tag | string | `"v4.4.59"` | |
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |
| initContainers.1-check-postgres-connection.args[1] | string | `"$(DATABASE_URL)"` | |
| initContainers.1-check-postgres-connection.args[2] | string | `"--timeout"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/rollup-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controller:
image:
repository: scrolltech/rollup-relayer
pullPolicy: Always
tag: v4.4.57
tag: v4.4.59

env:
- name: METRICS_PORT
Expand Down
20 changes: 10 additions & 10 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.14
version: 0.0.15
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand All @@ -26,11 +26,11 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: blockscout.enabled
- name: bridge-history-api
version: 0.0.2
version: 0.0.3
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: bridge-history-api.enabled
- name: bridge-history-fetcher
version: 0.0.3
version: 0.0.4
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: bridge-history-fetcher.enabled
- name: blockscout-sc-verifier
Expand All @@ -46,39 +46,39 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: contracts.enabled
- name: coordinator-api
version: 0.0.2
version: 0.0.3
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: coordinator-api.enabled
- name: coordinator-cron
version: 0.0.4
version: 0.0.5
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: coordinator-cron.enabled
- name: frontends
version: 0.0.3
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: frontends.enabled
- name: gas-oracle
version: 0.0.4
version: 0.0.5
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: gas-oracle.enabled
- name: l1-explorer
version: 0.0.2
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l1-explorer.enabled
- name: l2-bootnode
version: 0.0.6
version: 0.0.7
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l2-bootnode.enabled
- name: l2-rpc
version: 0.0.6
version: 0.0.7
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l2-rpc.enabled
- name: grafana
repository: "https://grafana.github.io/helm-charts"
version: 7.3.11
condition: grafana.enabled
- name: l2-sequencer
version: 0.0.7
version: 0.0.8
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: l2-sequencer.enabled
- name: loki-stack
Expand All @@ -98,7 +98,7 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: rollup-explorer-backend.enabled
- name: rollup-node
version: 0.0.3
version: 0.0.4
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: rollup-node.enabled
- name: rpc-gateway
Expand Down
Loading

0 comments on commit b5a2800

Please sign in to comment.