Skip to content

Commit 92f8f08

Browse files
fix: chain-monitor dsn on step 2 and 1 init container (#159)
1 parent d57d708 commit 92f8f08

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

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

charts/chain-monitor/README.md

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

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

55
chain-monitor helm charts
66

charts/chain-monitor/values/production.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,24 @@ initContainers:
66
image: atkrad/wait4x:latest
77
args:
88
- postgresql
9-
- $(DATABASE_URL)
9+
- $(SCROLL_CHAIN_MONITOR_DB_CONFIG_DSN)
1010
- --timeout
1111
- "0"
1212
envFrom:
1313
- secretRef:
1414
name: chain-monitor-secret-env
15+
2-migrate-db:
16+
image: scrolltech/chain-monitorv2:v1.1.29
17+
command:
18+
- /bin/sh
19+
- -c
20+
- chain-monitor --config /app/config/chain-monitor-config.json --db --db.migrate
21+
volumeMounts:
22+
- name: chain-monitor
23+
mountPath: /app/config/
24+
envFrom:
25+
- secretRef:
26+
name: chain-monitor-secret-env
1527
4-wait-for-l2-sequencer:
1628
image: atkrad/wait4x:latest
1729
args:

charts/scroll-sdk/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies:
3838
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
3939
condition: blockscout-sc-verifier.enabled
4040
- name: chain-monitor
41-
version: 0.0.5
41+
version: 0.0.6
4242
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
4343
condition: chain-monitor.enabled
4444
- name: contracts

charts/scroll-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Kubernetes: `>=1.22.0-0`
2626
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | blockscout-sc-verifier | 0.0.2 |
2727
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-api | 0.0.6 |
2828
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-fetcher | 0.0.7 |
29-
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.0.5 |
29+
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.0.6 |
3030
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | contracts | 0.0.5 |
3131
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-api | 0.0.6 |
3232
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-cron | 0.0.6 |

0 commit comments

Comments
 (0)