From d104cf651fa473c2bca218a4f077dbedacfd5768 Mon Sep 17 00:00:00 2001 From: alvarof2 Date: Thu, 19 Sep 2024 16:01:38 +0200 Subject: [PATCH 1/3] Add genesis and fix path --- .../templates/scripts/_compress-and-upload.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/cel2-migration-tool/templates/scripts/_compress-and-upload.tpl b/charts/cel2-migration-tool/templates/scripts/_compress-and-upload.tpl index c8e6b7f8..e113f538 100644 --- a/charts/cel2-migration-tool/templates/scripts/_compress-and-upload.tpl +++ b/charts/cel2-migration-tool/templates/scripts/_compress-and-upload.tpl @@ -7,7 +7,10 @@ source /root/google-cloud-sdk/path.bash.inc /root/google-cloud-sdk/bin/gcloud components install alpha -q # Uplaod rollup config -/root/google-cloud-sdk/bin/gcloud alpha storage cp /output/config/rollup-config.json gs://{{ .Values.gcsBucket | trimPrefix "gs://" | trimSuffix "/" }}/{{ .Values.cel2NetworkName }}-rollup.json +/root/google-cloud-sdk/bin/gcloud alpha storage cp /output/config/rollup.json gs://{{ .Values.gcsBucket | trimPrefix "gs://" | trimSuffix "/" }}/{{ .Values.cel2NetworkName }}-rollup.json + +# Uplaod genesis +/root/google-cloud-sdk/bin/gcloud alpha storage cp /output/config/genesis.json gs://{{ .Values.gcsBucket | trimPrefix "gs://" | trimSuffix "/" }}/{{ .Values.cel2NetworkName }}-genesis.json # Delete jwt and nodekey rm -f /output/geth/nodekey /output/geth/jwtsecret From df22d4222b1666f77d9cc5d3ae0a260bfa8f7cc9 Mon Sep 17 00:00:00 2001 From: alvarof2 Date: Thu, 19 Sep 2024 16:12:07 +0200 Subject: [PATCH 2/3] Chart version --- charts/cel2-migration-tool/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cel2-migration-tool/Chart.yaml b/charts/cel2-migration-tool/Chart.yaml index 48077152..4902f11c 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.2.0 +version: 0.2.1 description: Node migration tool for Cel2 network home: https://clabs.co sources: From c68635540ff02850dd5419e77c11f9204d02ec47 Mon Sep 17 00:00:00 2001 From: alvarof2 Date: Thu, 19 Sep 2024 14:14:26 +0000 Subject: [PATCH 3/3] [Automatic] - Update chart README.md --- charts/cel2-migration-tool/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/cel2-migration-tool/README.md b/charts/cel2-migration-tool/README.md index f6200243..56db9628 100644 --- a/charts/cel2-migration-tool/README.md +++ b/charts/cel2-migration-tool/README.md @@ -1,6 +1,6 @@ # cel2-migration-tool -![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) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-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