diff --git a/charts/cel2-migration-tool/Chart.yaml b/charts/cel2-migration-tool/Chart.yaml index a707f4ee..48077152 100644 --- a/charts/cel2-migration-tool/Chart.yaml +++ b/charts/cel2-migration-tool/Chart.yaml @@ -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: diff --git a/charts/cel2-migration-tool/README.md b/charts/cel2-migration-tool/README.md index c7ee8478..f6200243 100644 --- a/charts/cel2-migration-tool/README.md +++ b/charts/cel2-migration-tool/README.md @@ -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 @@ -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"` | | diff --git a/charts/cel2-migration-tool/templates/scripts/_migration.tpl b/charts/cel2-migration-tool/templates/scripts/_migration.tpl index 409440dc..81f6cdf1 100644 --- a/charts/cel2-migration-tool/templates/scripts/_migration.tpl +++ b/charts/cel2-migration-tool/templates/scripts/_migration.tpl @@ -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 }} \ diff --git a/charts/cel2-migration-tool/values.yaml b/charts/cel2-migration-tool/values.yaml index 31589679..878b57b6 100644 --- a/charts/cel2-migration-tool/values.yaml +++ b/charts/cel2-migration-tool/values.yaml @@ -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: diff --git a/charts/eigenda-proxy/README.md b/charts/eigenda-proxy/README.md index 535786c2..6f010045 100644 --- a/charts/eigenda-proxy/README.md +++ b/charts/eigenda-proxy/README.md @@ -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)