From f98d3e91244abb2f544fc5ad584690eb16f4e5d7 Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Fri, 31 May 2024 20:48:06 -0700 Subject: [PATCH] chore(chart): change evm back to latest on dev --- charts/evm-rollup/Chart.yaml | 2 +- charts/evm-rollup/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/evm-rollup/Chart.yaml b/charts/evm-rollup/Chart.yaml index 5b03f32944..a95d1cdb2e 100644 --- a/charts/evm-rollup/Chart.yaml +++ b/charts/evm-rollup/Chart.yaml @@ -15,7 +15,7 @@ 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.18.5 +version: 0.18.6 # 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 diff --git a/charts/evm-rollup/values.yaml b/charts/evm-rollup/values.yaml index a0e12b310f..05e13711a6 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.10.1 - devTag: pr-22 # Reset to latest once this PR has been merged + devTag: latest conductor: repo: ghcr.io/astriaorg/conductor tag: "0.16.0"