Skip to content

Commit

Permalink
bump celestia-node version
Browse files Browse the repository at this point in the history
  • Loading branch information
quasystaty1 committed Dec 12, 2024
1 parent c1fd3e4 commit 6c42ee1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/celestia-node/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.4.0
version: 0.4.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/celestia-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config:

images:
pullPolicy: IfNotPresent
node: ghcr.io/celestiaorg/celestia-node:v0.18.3-mocha
node: ghcr.io/celestiaorg/celestia-node:v0.20.4

ports:
celestia:
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: celestia-node
repository: file://../celestia-node
version: 0.4.0
version: 0.4.1
- name: evm-rollup
repository: file://../evm-rollup
version: 1.0.1
Expand All @@ -20,5 +20,5 @@ dependencies:
- name: blockscout-stack
repository: https://blockscout.github.io/helm-charts
version: 1.6.8
digest: sha256:d89234a3481aa511fb32e38b9d5799efb5848f490e67dc67e837e4eb6af670d1
generated: "2024-12-12T18:24:37.475398+02:00"
digest: sha256:d6be3a673844eaa443094b85600848c7c5aab7ea99b6c74fbf280630162bc7c5
generated: "2024-12-12T19:38:44.749099+02: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: 1.0.5
version: 1.0.6

dependencies:
- name: celestia-node
version: 0.4.0
version: 0.4.1
repository: "file://../celestia-node"
condition: celestia-node.enabled
- name: evm-rollup
Expand Down

0 comments on commit 6c42ee1

Please sign in to comment.