From 13e48a86fefd2b80abc1313e433bb9a32e65467f Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:07:27 +0300 Subject: [PATCH] Update Geth to v1.13.8 (#492) --- 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 af07a4521..95f386d85 100644 --- a/charts/geth/Chart.yaml +++ b/charts/geth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: geth -version: 2.3.7 +version: 2.3.8 kubeVersion: "^1.20.0-0" description: Official Golang implementation of the Ethereum v1 protocol. type: application @@ -16,7 +16,7 @@ maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io icon: https://raw.githubusercontent.com/ethereum/ethereum-org/master/public/images/logos/ETHEREUM-ICON_Black.png -appVersion: v1.13.7 +appVersion: v1.13.8 dependencies: - name: common diff --git a/charts/geth/values.yaml b/charts/geth/values.yaml index e056532d1..e9578dadb 100644 --- a/charts/geth/values.yaml +++ b/charts/geth/values.yaml @@ -98,7 +98,7 @@ sidecar: image: registry: "docker.io" repository: "ethereum/client-go" - tag: "v1.13.7" + tag: "v1.13.8" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry