From 396383ef4031bb539d979771f84fe8519fd83fe4 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:41:24 +0300 Subject: [PATCH] Update Geth & Nethermind --- charts/geth/Chart.yaml | 4 ++-- charts/geth/values.yaml | 2 +- charts/nethermind/Chart.yaml | 4 ++-- charts/nethermind/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/geth/Chart.yaml b/charts/geth/Chart.yaml index 6fd9e9d0..e5f91643 100644 --- a/charts/geth/Chart.yaml +++ b/charts/geth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: geth -version: 2.5.3 +version: 2.5.4 kubeVersion: "^1.20.0-0" description: Official Golang implementation of the Ethereum v1 protocol. type: application @@ -16,7 +16,7 @@ sources: maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io -appVersion: v1.15.2 +appVersion: v1.15.3 dependencies: - name: common diff --git a/charts/geth/values.yaml b/charts/geth/values.yaml index 63b01084..693d81b9 100644 --- a/charts/geth/values.yaml +++ b/charts/geth/values.yaml @@ -115,7 +115,7 @@ sidecar: image: registry: "docker.io" repository: "ethereum/client-go" - tag: "v1.15.2" + tag: "v1.15.3" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/nethermind/Chart.yaml b/charts/nethermind/Chart.yaml index 40a53ce6..48a18ea1 100644 --- a/charts/nethermind/Chart.yaml +++ b/charts/nethermind/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: nethermind description: .NET Core Ethereum client type: application -version: 2.7.5 -appVersion: "v1.31.0" +version: 2.7.6 +appVersion: "v1.31.1" icon: https://storage.googleapis.com/stakewise-charts/stakewise.png keywords: - ethereum diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index f295188a..a80d5e87 100644 --- a/charts/nethermind/values.yaml +++ b/charts/nethermind/values.yaml @@ -105,7 +105,7 @@ image: repository: nethermind/nethermind pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.31.0" + tag: "1.31.1" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/