From 40c06bd77982f2101358450cb5ca5e3820b5d867 Mon Sep 17 00:00:00 2001 From: Sam Calder-Mason Date: Thu, 10 Oct 2024 12:53:46 +1000 Subject: [PATCH] feat(ethereum-node): Bump ethereum-metrics-exporter chart --- charts/ethereum-node/Chart.lock | 6 +++--- charts/ethereum-node/Chart.yaml | 4 ++-- charts/ethereum-node/README.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/ethereum-node/Chart.lock b/charts/ethereum-node/Chart.lock index b0102439..33db3bc9 100644 --- a/charts/ethereum-node/Chart.lock +++ b/charts/ethereum-node/Chart.lock @@ -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" diff --git a/charts/ethereum-node/Chart.yaml b/charts/ethereum-node/Chart.yaml index 9de989ef..c4345bd6 100644 --- a/charts/ethereum-node/Chart.yaml +++ b/charts/ethereum-node/Chart.yaml @@ -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: rafael@skyle.net @@ -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 diff --git a/charts/ethereum-node/README.md b/charts/ethereum-node/README.md index d9d5b884..22654fe0 100644 --- a/charts/ethereum-node/README.md +++ b/charts/ethereum-node/README.md @@ -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. @@ -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 |