From bfed1a51665e1989665fbc9f4b69fcb830b78a86 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:09:57 +0400 Subject: [PATCH] Update Nethermind to v1.20.4 (#446) --- charts/nethermind/Chart.yaml | 4 ++-- charts/nethermind/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/nethermind/Chart.yaml b/charts/nethermind/Chart.yaml index f9c995136..1552c89f6 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.4.6 -appVersion: "v1.20.3" +version: 2.4.7 +appVersion: "v1.20.4" keywords: - ethereum - blockchain diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index 0b6cc5fb5..a126a848c 100644 --- a/charts/nethermind/values.yaml +++ b/charts/nethermind/values.yaml @@ -99,7 +99,7 @@ image: repository: nethermind/nethermind pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.20.3" + tag: "1.20.4" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/