11# gas-oracle
22
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 )
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 )
44
55gas-oracle helm charts
66
@@ -26,7 +26,7 @@ Kubernetes: `>=1.22.0-0`
2626| command[ 0] | string | ` "/bin/sh" ` | |
2727| command[ 1] | string | ` "-c" ` | |
2828| command[ 2] | string | ` "gas_oracle --config /app/conf/rollup-config.json --genesis /app/genesis/genesis.json --metrics --metrics.addr 0.0.0.0 --metrics.port ${METRICS_PORT} --log.debug" ` | |
29- | configMaps.migrate-db.data."migrate-db.json" | string | ` "{\n \"driver_name\": \"postgres\",\n \"dsn\": \"postgres://postgres:qwerty12345@postgresql:5432/scroll?sslmode=disable \"\n}\n" ` | |
29+ | configMaps.migrate-db.data."migrate-db.json" | string | ` "{\n \"driver_name\": \"postgres\",\n \"dsn\": \"\"\n}\n" ` | |
3030| configMaps.migrate-db.enabled | bool | ` true ` | |
3131| defaultProbes.custom | bool | ` true ` | |
3232| defaultProbes.enabled | bool | ` true ` | |
@@ -39,7 +39,7 @@ Kubernetes: `>=1.22.0-0`
3939| global.nameOverride | string | ` "gas-oracle" ` | |
4040| image.pullPolicy | string | ` "Always" ` | |
4141| image.repository | string | ` "scrolltech/gas-oracle" ` | |
42- | image.tag | string | ` "v4.4.59 " ` | |
42+ | image.tag | string | ` "v4.4.60 " ` | |
4343| initContainers.1-check-postgres-connection.args[ 0] | string | ` "postgresql" ` | |
4444| initContainers.1-check-postgres-connection.args[ 1] | string | ` "$(SCROLL_ROLLUP_DB_CONFIG_DSN)" ` | |
4545| initContainers.1-check-postgres-connection.args[ 2] | string | ` "--timeout" ` | |
@@ -49,7 +49,8 @@ Kubernetes: `>=1.22.0-0`
4949| initContainers.2-migrate-db.command[ 0] | string | ` "/bin/sh" ` | |
5050| initContainers.2-migrate-db.command[ 1] | string | ` "-c" ` | |
5151| initContainers.2-migrate-db.command[ 2] | string | ` "db_cli migrate --config /config/migrate-db.json" ` | |
52- | initContainers.2-migrate-db.image | string | ` "scrolltech/rollup-db-cli" ` | |
52+ | initContainers.2-migrate-db.envFrom[ 0] .configMapRef.name | string | ` "gas-oracle-env" ` | |
53+ | initContainers.2-migrate-db.image | string | ` "scrolltech/rollup-db-cli:v4.4.60" ` | |
5354| initContainers.2-migrate-db.volumeMounts[ 0] .mountPath | string | ` "/config/migrate-db.json" ` | |
5455| initContainers.2-migrate-db.volumeMounts[ 0] .name | string | ` "migrate-db" ` | |
5556| initContainers.2-migrate-db.volumeMounts[ 0] .subPath | string | ` "migrate-db.json" ` | |
0 commit comments