diff --git a/charts/nethermind/Chart.yaml b/charts/nethermind/Chart.yaml index d3f62a51..a64d64fd 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.6.0 -appVersion: "v1.28.0" +version: 2.7.0 +appVersion: "v1.29.0" icon: https://storage.googleapis.com/stakewise-charts/stakewise.png keywords: - ethereum diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index a96e50d7..5123deea 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.28.0" + tag: "1.29.0" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/