From 6de55b7924d9319cdad5a0c7d500fb568cf45fec Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:43:09 +0300 Subject: [PATCH] Update Geth to v1.14.10 --- charts/geth/Chart.yaml | 4 ++-- charts/geth/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/geth/Chart.yaml b/charts/geth/Chart.yaml index c7507aa3..694235f5 100644 --- a/charts/geth/Chart.yaml +++ b/charts/geth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: geth -version: 2.4.12 +version: 2.4.13 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.14.9 +appVersion: v1.14.10 dependencies: - name: common diff --git a/charts/geth/values.yaml b/charts/geth/values.yaml index f52cbc5b..7b85b980 100644 --- a/charts/geth/values.yaml +++ b/charts/geth/values.yaml @@ -109,7 +109,7 @@ sidecar: image: registry: "docker.io" repository: "ethereum/client-go" - tag: "v1.14.9" + tag: "v1.14.10" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry