Skip to content

Commit

Permalink
fix: chain-monitor dsn on step 2 and 1 init container
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Sep 9, 2024
1 parent 4821e6c commit a9e5f76
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/chain-monitor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: chain-monitor helm charts
name: chain-monitor
version: 0.0.5
version: 0.0.6
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/chain-monitor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# chain-monitor

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

chain-monitor helm charts

Expand Down
14 changes: 13 additions & 1 deletion charts/chain-monitor/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,24 @@ initContainers:
image: atkrad/wait4x:latest
args:
- postgresql
- $(DATABASE_URL)
- $(SCROLL_CHAIN_MONITOR_DB_CONFIG_DSN)
- --timeout
- "0"
envFrom:
- secretRef:
name: chain-monitor-secret-env
2-migrate-db:
image: scrolltech/chain-monitorv2:v1.1.29
command:
- /bin/sh
- -c
- chain-monitor --config /app/config/chain-monitor-config.json --db --db.migrate
volumeMounts:
- name: chain-monitor
mountPath: /app/config/
envFrom:
- secretRef:
name: chain-monitor-secret-env
4-wait-for-l2-sequencer:
image: atkrad/wait4x:latest
args:
Expand Down
4 changes: 2 additions & 2 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.27
version: 0.0.28
appVersion: v0.1.0
kubeVersion: ">=1.22.0-0"
maintainers:
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies:
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: blockscout-sc-verifier.enabled
- name: chain-monitor
version: 0.0.5
version: 0.0.6
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm"
condition: chain-monitor.enabled
- name: contracts
Expand Down
4 changes: 2 additions & 2 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.27](https://img.shields.io/badge/Version-0.0.27-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.0.28](https://img.shields.io/badge/Version-0.0.28-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 All @@ -26,7 +26,7 @@ Kubernetes: `>=1.22.0-0`
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | blockscout-sc-verifier | 0.0.2 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-api | 0.0.6 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | bridge-history-fetcher | 0.0.7 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | chain-monitor | 0.0.6 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | contracts | 0.0.5 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-api | 0.0.6 |
| oci://ghcr.io/scroll-tech/scroll-sdk/helm | coordinator-cron | 0.0.6 |
Expand Down

0 comments on commit a9e5f76

Please sign in to comment.