11# chain-monitor
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
55chain-monitor helm charts
66
@@ -27,6 +27,7 @@ Kubernetes: `>=1.22.0-0`
2727| command[ 1] | string | ` "-c" ` | |
2828| command[ 2] | string | ` "chain-monitor --config /app/config/chain-monitor-config.json --http --http.port ${CHAIN_MONITOR_SERVER_PORT} --metrics --metrics.addr 0.0.0.0 --metrics.port ${CHAIN_MONITOR_METRICS_PORT} --verbosity 3" ` | |
2929| defaultProbes.enabled | bool | ` false ` | |
30+ | envFrom[ 0] .configMapRef.name | string | ` "chain-monitor-env" ` | |
3031| env[ 0] .name | string | ` "CHAIN_MONITOR_SERVER_PORT" ` | |
3132| env[ 0] .value | int | ` 8080 ` | |
3233| env[ 1] .name | string | ` "CHAIN_MONITOR_METRICS_PORT" ` | |
@@ -35,17 +36,18 @@ Kubernetes: `>=1.22.0-0`
3536| global.nameOverride | string | ` "chain-monitor" ` | |
3637| image.pullPolicy | string | ` "Always" ` | |
3738| image.repository | string | ` "scrolltech/chain-monitorv2" ` | |
38- | image.tag | string | ` "v1.1.27 " ` | |
39+ | image.tag | string | ` "v1.1.29 " ` | |
3940| initContainers.1-check-postgres-connection.args[ 0] | string | ` "postgresql" ` | |
40- | initContainers.1-check-postgres-connection.args[ 1] | string | ` "$(DATABASE_URL )" ` | |
41+ | initContainers.1-check-postgres-connection.args[ 1] | string | ` "$(SCROLL_CHAIN_MONITOR_DB_CONFIG_DSN )" ` | |
4142| initContainers.1-check-postgres-connection.args[ 2] | string | ` "--timeout" ` | |
4243| initContainers.1-check-postgres-connection.args[ 3] | string | ` "0" ` | |
4344| initContainers.1-check-postgres-connection.envFrom[ 0] .configMapRef.name | string | ` "chain-monitor-env" ` | |
4445| initContainers.1-check-postgres-connection.image | string | ` "atkrad/wait4x:latest" ` | |
4546| initContainers.2-migrate-db.command[ 0] | string | ` "/bin/sh" ` | |
4647| initContainers.2-migrate-db.command[ 1] | string | ` "-c" ` | |
4748| initContainers.2-migrate-db.command[ 2] | string | ` "chain-monitor --config /app/config/chain-monitor-config.json --db --db.migrate" ` | |
48- | initContainers.2-migrate-db.image | string | ` "scrolltech/chain-monitorv2:v1.1.26" ` | |
49+ | initContainers.2-migrate-db.envFrom[ 0] .configMapRef.name | string | ` "chain-monitor-env" ` | |
50+ | initContainers.2-migrate-db.image | string | ` "scrolltech/chain-monitorv2:v1.1.29" ` | |
4951| initContainers.2-migrate-db.volumeMounts[ 0] .mountPath | string | ` "/app/config/" ` | |
5052| initContainers.2-migrate-db.volumeMounts[ 0] .name | string | ` "chain-monitor" ` | |
5153| initContainers.3-wait-for-l1.command[ 0] | string | ` "/bin/sh" ` | |
0 commit comments