Skip to content

Commit

Permalink
Merge pull request #393 from celo-org/migrate-chart-scripts
Browse files Browse the repository at this point in the history
Add genesis and fix path
  • Loading branch information
alvarof2 authored Sep 19, 2024
2 parents 66f7905 + c686355 commit 80863d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.2.0
version: 0.2.1
description: Node migration tool for Cel2 network
home: https://clabs.co
sources:
Expand Down
2 changes: 1 addition & 1 deletion 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.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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80863d2

Please sign in to comment.