Skip to content

Commit

Permalink
Merge pull request #392 from celo-org/jcortejoso/migration-tool
Browse files Browse the repository at this point in the history
Update migration tool
  • Loading branch information
jcortejoso authored Sep 19, 2024
2 parents b2b0685 + 1ba8c07 commit 66f7905
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/cel2-migration-tool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: cel2-migration-tool
apiVersion: v2
version: 0.1.4
version: 0.2.0
description: Node migration tool for Cel2 network
home: https://clabs.co
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/cel2-migration-tool/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cel2-migration-tool

![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.0.0](https://img.shields.io/badge/AppVersion-v1.0.0-informational?style=flat-square)

Node migration tool for Cel2 network

Expand Down Expand Up @@ -40,7 +40,7 @@ Node migration tool for Cel2 network
| migrationTool.extraArgs | list | `[]` | |
| migrationTool.image.pullPolicy | string | `"Always"` | |
| migrationTool.image.repository | string | `"us-west1-docker.pkg.dev/devopsre/dev-images/cel2-migration-tool"` | |
| migrationTool.image.tag | string | `"8bdebc03a0526b6474dfba468884116ee1366907"` | |
| migrationTool.image.tag | string | `"f9c39bbaeee0b7a0e784c1126d5602701720f0f0"` | |
| migrationTool.pauseOnCompletion | bool | `false` | Run `tail -f /dev/null` to keep the migration job alive after completion |
| migrationTool.resources | object | `{}` | |
| pvc.input | string | `"myNetwork-input"` | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ time celo-migrate full \
--l2-allocs /output/config/l2-allocs.json \
--l1-rpc {{ .Values.l1Url | quote }} \
--outfile.rollup-config /output/config/rollup.json \
--outfile.genesis /output/config/genesis.json \
--old-db /output/celo/chaindata \
--new-db /output/celo/chaindata_migrated \
--memory-limit {{ .Values.migrationTool.config.memoryLimit }} \
Expand Down
2 changes: 1 addition & 1 deletion charts/cel2-migration-tool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ compressAndUpload:
migrationTool:
image:
repository: us-west1-docker.pkg.dev/devopsre/dev-images/cel2-migration-tool
tag: 8bdebc03a0526b6474dfba468884116ee1366907
tag: f9c39bbaeee0b7a0e784c1126d5602701720f0f0
pullPolicy: Always
resources: {}
config:
Expand Down
2 changes: 1 addition & 1 deletion charts/eigenda-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ Helm chart deploying Layr-Labs eigenda-proxy
| tolerations | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs). To regenerate run `helm-docs` command at this folder.
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 comments on commit 66f7905

Please sign in to comment.