File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed
Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 22apiVersion : v2
33description : chain-monitor helm charts
44name : chain-monitor
5- version : 0.0.5
5+ version : 0.0.6
66appVersion : v0.1.0
77kubeVersion : " >=1.22.0-0"
88maintainers :
Original file line number Diff line number Diff line change 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
55chain-monitor helm charts
66
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments