We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f788543 commit 4c79aa8Copy full SHA for 4c79aa8
charts/nethermind/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: nethermind
3
description: .NET Core Ethereum client
4
type: application
5
-version: 2.7.2
6
-appVersion: "v1.30.1"
+version: 2.7.3
+appVersion: "v1.30.3"
7
icon: https://storage.googleapis.com/stakewise-charts/stakewise.png
8
keywords:
9
- ethereum
charts/nethermind/values.yaml
@@ -105,7 +105,7 @@ image:
105
repository: nethermind/nethermind
106
pullPolicy: IfNotPresent
107
# Overrides the image tag whose default is the chart appVersion.
108
- tag: "1.30.1"
+ tag: "1.30.3"
109
110
## Credentials to fetch images from private registry
111
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
0 commit comments