diff --git a/charts/nethermind/Chart.yaml b/charts/nethermind/Chart.yaml index 1567676d2..014c8911c 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.14 -appVersion: "v1.25.0" +version: 2.5.1 +appVersion: "v1.25.3" keywords: - ethereum - blockchain diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index 9cc390b54..e6417323f 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.25.0" + tag: "1.25.3" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/