Skip to content

Commit

Permalink
chore(chart): Update EVM-Rollup Geth devTag (#1300)
Browse files Browse the repository at this point in the history
## Summary
Update EVM-Rollup Geth `devTag` after #1291 and astria-geth
[#38](astriaorg/astria-geth#38).

## Background
#1291 relied on astria-geth PR
[#38](astriaorg/astria-geth#38) for `evm-rollup`
chart. Now that both PRs have been merged, the `devTag` can be updated
to `latest`.

## Changes
- Updated geth `devTag` to `latest` in `evm-rollup` `values.yaml`. 
- Updated `evm-rollup` and `evm-stack` versions.

## Testing
Passing e2e tests.
  • Loading branch information
ethanoroshiba authored Jul 25, 2024
1 parent 4b014f7 commit bc9c113
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/evm-rollup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.25.0
version: 0.25.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
Expand Down
2 changes: 1 addition & 1 deletion charts/evm-rollup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ images:
geth:
repo: ghcr.io/astriaorg/astria-geth
tag: 0.13.0
devTag: pr-38
devTag: latest
conductor:
repo: ghcr.io/astriaorg/conductor
tag: "0.18.0"
Expand Down
6 changes: 3 additions & 3 deletions charts/evm-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: evm-rollup
repository: file://../evm-rollup
version: 0.25.0
version: 0.25.1
- name: composer
repository: file://../composer
version: 0.1.0
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: blockscout-stack
repository: https://blockscout.github.io/helm-charts
version: 1.6.2
digest: sha256:0ff9226aede13d1e76e583a32b2902483dc06b3df81ac7940d3c2e9ae360cdf0
generated: "2024-07-23T19:34:13.143403-05:00"
digest: sha256:ff21c9da378275fdffee8af268a64a0b846893699c334082305e8487dde93ede
generated: "2024-07-25T16:40:06.411653-05:00"
4 changes: 2 additions & 2 deletions charts/evm-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ 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.2.0
version: 0.2.1

dependencies:
- name: evm-rollup
version: 0.25.0
version: 0.25.1
repository: "file://../evm-rollup"
- name: composer
version: 0.1.0
Expand Down

0 comments on commit bc9c113

Please sign in to comment.