Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ethereum-node): Bump ethereum-metrics-exporter chart #343

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/ethereum-node/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ dependencies:
version: 1.1.3
- name: ethereum-metrics-exporter
repository: file://../ethereum-metrics-exporter
version: 0.1.4
version: 0.2.0
- name: xatu-sentry
repository: file://../xatu-sentry
version: 0.0.8
- name: tracoor-agent
repository: file://../tracoor-agent
version: 0.0.1
digest: sha256:89546918b0e5a4985058e0161ea92aec654b8b31c3c197eaeb3e9926c980fea4
generated: "2024-03-21T11:50:40.555252+01:00"
digest: sha256:73378194a52810152edf2c4fc108ecf43c4375907f942f19b9eb7877188711d9
generated: "2024-10-10T12:53:23.85313+10:00"
4 changes: 2 additions & 2 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.25
version: 0.0.26
maintainers:
- name: skylenet
email: [email protected]
Expand Down Expand Up @@ -77,7 +77,7 @@ dependencies:
condition: teku.enabled

- name: ethereum-metrics-exporter
version: "0.1.4"
version: "0.2.0"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../ethereum-metrics-exporter"
condition: ethereum-metrics-exporter.enabled
Expand Down
4 changes: 2 additions & 2 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.25](https://img.shields.io/badge/Version-0.0.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![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)

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 @@ -16,7 +16,7 @@ This chart acts as an umbrella chart and allows to run a ethereum execution and
|------------|------|---------|
| file://../besu | besu | 1.0.7 |
| file://../erigon | erigon | 1.0.10 |
| file://../ethereum-metrics-exporter | ethereum-metrics-exporter | 0.1.4 |
| file://../ethereum-metrics-exporter | ethereum-metrics-exporter | 0.2.0 |
| file://../ethereumjs | ethereumjs | 0.0.8 |
| file://../geth | geth | 1.0.8 |
| file://../grandine | grandine | 0.1.2 |
Expand Down
Loading