Skip to content

Commit

Permalink
ethereum-node: bump chart depedency version
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Nov 29, 2024
1 parent e52fb19 commit 950ceca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions charts/ethereum-node/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
version: 1.0.8
- name: nethermind
repository: file://../nethermind
version: 1.0.12
version: 1.0.13
- name: reth
repository: file://../reth
version: 0.0.14
Expand All @@ -22,7 +22,7 @@ dependencies:
version: 0.1.2
- name: lighthouse
repository: file://../lighthouse
version: 1.1.3
version: 1.1.4
- name: lodestar
repository: file://../lodestar
version: 1.1.3
Expand All @@ -44,5 +44,5 @@ dependencies:
- name: tracoor-agent
repository: file://../tracoor-agent
version: 0.0.1
digest: sha256:73378194a52810152edf2c4fc108ecf43c4375907f942f19b9eb7877188711d9
generated: "2024-10-10T12:53:23.85313+10:00"
digest: sha256:bfb17bff0f8b4949293b558c1a5cc243bc781473628e870f1b4a52a4cc15743c
generated: "2024-11-29T12:43:57.131733+01:00"
6 changes: 3 additions & 3 deletions charts/ethereum-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: https://avatars.githubusercontent.com/u/6250754?s=200&v=4
sources:
- https://github.com/ethpandaops/ethereum-helm-charts
type: application
version: 0.0.26
version: 0.0.27
maintainers:
- name: skylenet
email: [email protected]
Expand All @@ -35,7 +35,7 @@ dependencies:
repository: "file://../geth"
condition: geth.enabled
- name: nethermind
version: "1.0.12"
version: "1.0.13"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../nethermind"
condition: nethermind.enabled
Expand All @@ -51,7 +51,7 @@ dependencies:
repository: "file://../grandine"
condition: grandine.enabled
- name: lighthouse
version: "1.1.3"
version: "1.1.4"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../lighthouse"
condition: lighthouse.enabled
Expand Down
6 changes: 3 additions & 3 deletions charts/ethereum-node/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# ethereum-node

![Version: 0.0.26](https://img.shields.io/badge/Version-0.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.27](https://img.shields.io/badge/Version-0.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

This chart acts as an umbrella chart and allows to run a ethereum execution and consensus layer client. It's also able to deploy optional monitoring applications.

Expand All @@ -20,9 +20,9 @@ This chart acts as an umbrella chart and allows to run a ethereum execution and
| file://../ethereumjs | ethereumjs | 0.0.8 |
| file://../geth | geth | 1.0.8 |
| file://../grandine | grandine | 0.1.2 |
| file://../lighthouse | lighthouse | 1.1.3 |
| file://../lighthouse | lighthouse | 1.1.4 |
| file://../lodestar | lodestar | 1.1.3 |
| file://../nethermind | nethermind | 1.0.12 |
| file://../nethermind | nethermind | 1.0.13 |
| file://../nimbus | nimbus | 1.1.3 |
| file://../prysm | prysm | 1.1.4 |
| file://../reth | reth | 0.0.14 |
Expand Down

0 comments on commit 950ceca

Please sign in to comment.