From 9d777ef31e8d5fb242275979d397b9d4940d1430 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:22:38 +0300 Subject: [PATCH] Update Nethermind to v1.27.1 --- 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 37ce1998..46b7eb19 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.5.5 -appVersion: "v1.27.0" +version: 2.5.6 +appVersion: "v1.27.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 d283fbe3..7d7470b6 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.27.0" + tag: "1.27.1" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/