From 32161f78e285e4266d78d1c2e3ade779efb6de8e Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Fri, 28 Jun 2024 13:54:50 -0700 Subject: [PATCH 1/2] chore(charts): update for new geth update --- charts/evm-rollup/Chart.yaml | 4 ++-- charts/evm-rollup/files/genesis/geth-genesis.json | 2 +- charts/evm-rollup/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/evm-rollup/Chart.yaml b/charts/evm-rollup/Chart.yaml index c74d689191..55247a0a79 100644 --- a/charts/evm-rollup/Chart.yaml +++ b/charts/evm-rollup/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.21.0 +version: 0.22.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.12.0" +appVersion: "0.13.0" dependencies: - name: celestia-node diff --git a/charts/evm-rollup/files/genesis/geth-genesis.json b/charts/evm-rollup/files/genesis/geth-genesis.json index 75952642a8..ddb5c8b70b 100644 --- a/charts/evm-rollup/files/genesis/geth-genesis.json +++ b/charts/evm-rollup/files/genesis/geth-genesis.json @@ -41,7 +41,7 @@ "astriaFeeCollectors": {{ toPrettyJson .Values.config.rollup.genesis.feeCollectors | indent 8 | trim }}, "astriaEIP1559Params": {{ toPrettyJson .Values.config.rollup.genesis.eip1559Params | indent 8 | trim }}, "astriaBridgeSenderAddress": "{{ .Values.config.rollup.genesis.bridgeSenderAddress }}", - "astriaSequencerHrpPrefix": "{{ .Values.config.sequencer.addressPrefixes.base }}" + "astriaSequencerAddressPrefix": "{{ .Values.config.sequencer.addressPrefixes.base }}" {{- if not .Values.global.dev }} {{- else }} {{- end }} diff --git a/charts/evm-rollup/values.yaml b/charts/evm-rollup/values.yaml index a3b9bf13f5..8ff1fce10c 100644 --- a/charts/evm-rollup/values.yaml +++ b/charts/evm-rollup/values.yaml @@ -9,8 +9,8 @@ global: images: geth: repo: ghcr.io/astriaorg/astria-geth - tag: 0.12.0 - devTag: latest + tag: 0.13.0 + devTag: pr-34 conductor: repo: ghcr.io/astriaorg/conductor tag: "0.18.0" From 431f64ad275dd0926f79ba8d0d2bcb2716f812cb Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Fri, 28 Jun 2024 14:36:01 -0700 Subject: [PATCH 2/2] update tag --- charts/evm-rollup/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/evm-rollup/values.yaml b/charts/evm-rollup/values.yaml index 8ff1fce10c..d0e7a7624d 100644 --- a/charts/evm-rollup/values.yaml +++ b/charts/evm-rollup/values.yaml @@ -10,7 +10,7 @@ images: geth: repo: ghcr.io/astriaorg/astria-geth tag: 0.13.0 - devTag: pr-34 + devTag: latest conductor: repo: ghcr.io/astriaorg/conductor tag: "0.18.0"