Skip to content

Commit db2d80a

Browse files
authored
chore: update production example files & contracts & bridge-history (#209)
* fix: balance checker config * update production examples * chore: update bridge-history * chore: update balance checker * chore: update rollup node * clean up
1 parent 32da821 commit db2d80a

File tree

27 files changed

+77
-66
lines changed

27 files changed

+77
-66
lines changed

charts/balance-checker/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: balance-checker helm charts
44
name: balance-checker
5-
version: 0.0.4
5+
version: 0.0.5
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/balance-checker/README.md

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

3-
![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)
3+
![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)
44

55
balance-checker helm charts
66

charts/balance-checker/values/production.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@ configMaps:
44
data:
55
SCROLL_L1_RPC: ""
66
SCROLL_L2_RPC: ""
7-
8-
scrollConfig: |
9-
{}

charts/bridge-history-api/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: bridge-history-api helm charts
44
name: bridge-history-api
5-
version: 0.0.7
5+
version: 0.0.8
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/bridge-history-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bridge-history-api
22

3-
![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)
3+
![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)
44

55
bridge-history-api helm charts
66

@@ -42,7 +42,7 @@ Kubernetes: `>=1.22.0-0`
4242
| global.nameOverride | string | `"bridge-history-api"` | |
4343
| image.pullPolicy | string | `"Always"` | |
4444
| image.repository | string | `"scrolltech/bridgehistoryapi-api"` | |
45-
| image.tag | string | `"v4.4.59"` | |
45+
| image.tag | string | `"v4.4.71"` | |
4646
| ingress.main.annotations | object | `{}` | |
4747
| ingress.main.enabled | bool | `true` | |
4848
| ingress.main.hosts[0].host | string | `"bridge-history-api.scrollsdk"` | |

charts/bridge-history-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ controller:
1010
image:
1111
repository: scrolltech/bridgehistoryapi-api
1212
pullPolicy: Always
13-
tag: v4.4.59
13+
tag: v4.4.71
1414

1515
command:
1616
[

charts/bridge-history-api/values/production.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ envFrom:
55
- secretRef:
66
name: bridge-history-api-secret-env
77

8-
# TODO make this consistent with devnet, we should use bridge-history-api-config instead of bridge-history-config
98
persistence:
109
bridge-history-api:
1110
enabled: true

charts/bridge-history-fetcher/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: bridge-history-fetcher helm charts
44
name: bridge-history-fetcher
5-
version: 0.0.11
5+
version: 0.0.12
66
appVersion: v0.1.0
77
kubeVersion: ">=1.22.0-0"
88
maintainers:

charts/bridge-history-fetcher/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bridge-history-fetcher
22

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

55
bridge-history-fetcher helm charts
66

@@ -42,7 +42,7 @@ Kubernetes: `>=1.22.0-0`
4242
| global.nameOverride | string | `"bridge-history-fetcher"` | |
4343
| image.pullPolicy | string | `"Always"` | |
4444
| image.repository | string | `"scrolltech/bridgehistoryapi-fetcher"` | |
45-
| image.tag | string | `"v4.4.59"` | |
45+
| image.tag | string | `"v4.4.71"` | |
4646
| initContainers.1-check-postgres-connection.args[0] | string | `"postgresql"` | |
4747
| initContainers.1-check-postgres-connection.args[1] | string | `"$(SCROLL_BRIDGE_HISTORY_DB_DSN)"` | |
4848
| initContainers.1-check-postgres-connection.args[2] | string | `"--timeout"` | |
@@ -53,7 +53,7 @@ Kubernetes: `>=1.22.0-0`
5353
| initContainers.2-migrate-db.command[1] | string | `"-c"` | |
5454
| initContainers.2-migrate-db.command[2] | string | `"db_cli --config /config/migrate-db.json migrate"` | |
5555
| initContainers.2-migrate-db.envFrom[0].configMapRef.name | string | `"bridge-history-fetcher-env"` | |
56-
| initContainers.2-migrate-db.image | string | `"scrolltech/bridgehistoryapi-db-cli:v4.4.59"` | |
56+
| initContainers.2-migrate-db.image | string | `"scrolltech/bridgehistoryapi-db-cli:v4.4.71"` | |
5757
| initContainers.2-migrate-db.volumeMounts[0].mountPath | string | `"/config/migrate-db.json"` | |
5858
| initContainers.2-migrate-db.volumeMounts[0].name | string | `"migrate-db"` | |
5959
| initContainers.2-migrate-db.volumeMounts[0].subPath | string | `"migrate-db.json"` | |

charts/bridge-history-fetcher/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ controller:
1010
image:
1111
repository: scrolltech/bridgehistoryapi-fetcher
1212
pullPolicy: Always
13-
tag: v4.4.59
13+
tag: v4.4.71
1414

1515
command:
1616
[
@@ -93,7 +93,7 @@ initContainers:
9393
- configMapRef:
9494
name: bridge-history-fetcher-env
9595
2-migrate-db:
96-
image: scrolltech/bridgehistoryapi-db-cli:v4.4.59
96+
image: scrolltech/bridgehistoryapi-db-cli:v4.4.71
9797
command: ["/bin/sh", "-c", "db_cli --config /config/migrate-db.json migrate"]
9898
volumeMounts:
9999
- name: migrate-db

0 commit comments

Comments
 (0)