Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore: update to geth 0.5.2 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba authored Jan 12, 2024
1 parent 86f4db2 commit 39d1c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.2
version: 0.8.3

# 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.4.0"
appVersion: "0.5.2"

dependencies:
- name: celestia-node
Expand Down
2 changes: 1 addition & 1 deletion charts/rollup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ celestia-node:

images:
# Core images for the rollup, developed for Astria
geth: "ghcr.io/astriaorg/go-ethereum:0.5.1"
geth: "ghcr.io/astriaorg/go-ethereum:0.5.2"
conductor: "ghcr.io/astriaorg/conductor:0.11.1"
composer: "ghcr.io/astriaorg/composer:0.3.1"

Expand Down

0 comments on commit 39d1c2c

Please sign in to comment.