diff --git a/charts/evm-rollup/Chart.yaml b/charts/evm-rollup/Chart.yaml index ee87f84..173f79a 100644 --- a/charts/evm-rollup/Chart.yaml +++ b/charts/evm-rollup/Chart.yaml @@ -16,7 +16,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.11.0 +version: 0.11.1 # 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 814ea3b..15fb94f 100644 --- a/charts/evm-rollup/values.yaml +++ b/charts/evm-rollup/values.yaml @@ -9,11 +9,11 @@ global: images: geth: repo: ghcr.io/astriaorg/go-ethereum - tag: "0.9.0" + tag: "0.9.1" devTag: latest conductor: repo: ghcr.io/astriaorg/conductor - tag: "0.13.0" + tag: "0.13.1" devTag: latest composer: repo: ghcr.io/astriaorg/composer