Skip to content

Commit

Permalink
ethereum-node: update dependency charts
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet committed Jul 13, 2023
1 parent fa155d0 commit ee8ab1e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
16 changes: 8 additions & 8 deletions charts/ethereum-node/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@ dependencies:
version: 0.0.3
- name: grandine
repository: file://../grandine
version: 0.0.3
version: 0.1.0
- name: lighthouse
repository: file://../lighthouse
version: 1.0.5
version: 1.1.0
- name: teku
repository: file://../teku
version: 1.0.5
version: 1.1.0
- name: prysm
repository: file://../prysm
version: 1.0.5
version: 1.1.0
- name: nimbus
repository: file://../nimbus
version: 1.0.6
version: 1.1.0
- name: lodestar
repository: file://../lodestar
version: 1.0.6
version: 1.1.0
- name: ethereum-metrics-exporter
repository: file://../ethereum-metrics-exporter
version: 0.1.4
- name: xatu-sentry
repository: file://../xatu-sentry
version: 0.0.7
digest: sha256:75f5145aa39bb5366011e9dbed500d1933b40e6d2b4807a2af184d41756f6f06
generated: "2023-06-20T16:08:09.543527+02:00"
digest: sha256:060f485952c73f4045b91c512e9229e2b9543a30e62636d68eccb22a86a6e333
generated: "2023-07-13T13:44:19.907525+02:00"
14 changes: 7 additions & 7 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.8
version: 0.0.9
maintainers:
- name: skylenet
email: rafael@skyle.net
Expand Down Expand Up @@ -46,32 +46,32 @@ dependencies:
condition: reth.enabled

- name: grandine
version: "0.0.3"
version: "0.1.0"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../grandine"
condition: grandine.enabled
- name: lighthouse
version: "1.0.5"
version: "1.1.0"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../lighthouse"
condition: lighthouse.enabled
- name: teku
version: "1.0.5"
version: "1.1.0"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../teku"
condition: teku.enabled
- name: prysm
version: "1.0.5"
version: "1.1.0"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../prysm"
condition: prysm.enabled
- name: nimbus
version: "1.0.6"
version: "1.1.0"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../nimbus"
condition: nimbus.enabled
- name: lodestar
version: "1.0.6"
version: "1.1.0"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../lodestar"
condition: lodestar.enabled
Expand Down
14 changes: 7 additions & 7 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.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-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 @@ -19,14 +19,14 @@ This chart acts as an umbrella chart and allows to run a ethereum execution and
| file://../ethereum-metrics-exporter | ethereum-metrics-exporter | 0.1.4 |
| file://../ethereumjs | ethereumjs | 0.0.4 |
| file://../geth | geth | 1.0.5 |
| file://../grandine | grandine | 0.0.3 |
| file://../lighthouse | lighthouse | 1.0.5 |
| file://../lodestar | lodestar | 1.0.6 |
| file://../grandine | grandine | 0.1.0 |
| file://../lighthouse | lighthouse | 1.1.0 |
| file://../lodestar | lodestar | 1.1.0 |
| file://../nethermind | nethermind | 1.0.6 |
| file://../nimbus | nimbus | 1.0.6 |
| file://../prysm | prysm | 1.0.5 |
| file://../nimbus | nimbus | 1.1.0 |
| file://../prysm | prysm | 1.1.0 |
| file://../reth | reth | 0.0.3 |
| file://../teku | teku | 1.0.5 |
| file://../teku | teku | 1.1.0 |
| file://../xatu-sentry | xatu-sentry | 0.0.7 |

# Details
Expand Down

0 comments on commit ee8ab1e

Please sign in to comment.