From 9a3a2e04377728070e787148c39ffcf9506e8a29 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Mon, 7 Oct 2024 13:43:31 +0200 Subject: [PATCH] [op-geth] Fix typo --- charts/op-geth/Chart.yaml | 2 +- charts/op-geth/README.md | 2 +- charts/op-geth/templates/scripts/_init-genesis.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/op-geth/Chart.yaml b/charts/op-geth/Chart.yaml index 3a73a1a6..3076fea6 100644 --- a/charts/op-geth/Chart.yaml +++ b/charts/op-geth/Chart.yaml @@ -1,7 +1,7 @@ --- name: op-geth apiVersion: v2 -version: 0.3.4 +version: 0.3.5 description: Celo implementation for op-geth execution engine (Optimism Rollup) home: https://clabs.co sources: diff --git a/charts/op-geth/README.md b/charts/op-geth/README.md index 7958f029..9aab996b 100644 --- a/charts/op-geth/README.md +++ b/charts/op-geth/README.md @@ -1,6 +1,6 @@ # op-geth -![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.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.3.5](https://img.shields.io/badge/Version-0.3.5-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) Celo implementation for op-geth execution engine (Optimism Rollup) Initially based on [dysnix/charts/op-geth](https://github.com/dysnix/charts/tree/main/dysnix/op-geth). diff --git a/charts/op-geth/templates/scripts/_init-genesis.tpl b/charts/op-geth/templates/scripts/_init-genesis.tpl index 6a9688f7..4bb9df0f 100644 --- a/charts/op-geth/templates/scripts/_init-genesis.tpl +++ b/charts/op-geth/templates/scripts/_init-genesis.tpl @@ -17,7 +17,7 @@ if [ ! -f $datadir/.initialized ]; then {{- end }} {{- end }} {{- if .Values.config.state.scheme }} - --state.scheme={{ .Values.config.state.scheme }} + --state.scheme={{ .Values.config.state.scheme }} \ {{- end }} init $datadir/genesis.json echo "Successfully initialized from genesis file"