Skip to content

Commit

Permalink
Update Nethermind (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Oct 2, 2023
1 parent e5f056d commit 7878a4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/nethermind/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: nethermind
description: .NET Core Ethereum client
type: application
version: 2.4.7
appVersion: "v1.20.4"
version: 2.4.8
appVersion: "v1.21.0"
keywords:
- ethereum
- blockchain
Expand Down
6 changes: 1 addition & 5 deletions charts/nethermind/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,8 @@ spec:
{{- if .Values.p2pNodePort.enabled }}
. /env/init-nodeport;
{{- end }}
exec /nethermind/Nethermind.Runner
{{- if eq .Values.global.network "gnosis" }}
--config=xdai
{{- else }}
exec /nethermind/nethermind
--config={{ .Values.global.network }}
{{- end }}
--datadir=/data/nethermind
{{- if .Values.jsonrpc.enabled }}
--JsonRpc.Enabled={{ .Values.jsonrpc.enabled }}
Expand Down
2 changes: 1 addition & 1 deletion charts/nethermind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ image:
repository: nethermind/nethermind
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.20.4"
tag: "1.21.0"

## Credentials to fetch images from private registry
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Expand Down

0 comments on commit 7878a4e

Please sign in to comment.