Skip to content

Commit

Permalink
chore: update rollup node
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Oct 30, 2024
1 parent 2b7109a commit 8a5368e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/rollup-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Kubernetes: `>=1.22.0-0`
| initContainers.2-migrate-db.command[1] | string | `"-c"` | |
| initContainers.2-migrate-db.command[2] | string | `"db_cli migrate --config /config/migrate-db.json"` | |
| initContainers.2-migrate-db.envFrom[0].configMapRef.name | string | `"rollup-node-env"` | |
| initContainers.2-migrate-db.image | string | `"scrolltech/rollup-db-cli:v4.4.60"` | |
| initContainers.2-migrate-db.image | string | `"scrolltech/rollup-db-cli:v4.4.71"` | |
| initContainers.2-migrate-db.volumeMounts[0].mountPath | string | `"/config/migrate-db.json"` | |
| initContainers.2-migrate-db.volumeMounts[0].name | string | `"migrate-db"` | |
| initContainers.2-migrate-db.volumeMounts[0].subPath | string | `"migrate-db.json"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/rollup-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ initContainers:
- configMapRef:
name: rollup-node-env
2-migrate-db:
image: scrolltech/rollup-db-cli:v4.4.60
image: scrolltech/rollup-db-cli:v4.4.71
command: ["/bin/sh", "-c", "db_cli migrate --config /config/migrate-db.json"]
volumeMounts:
- name: migrate-db
Expand Down

0 comments on commit 8a5368e

Please sign in to comment.