Skip to content

Commit

Permalink
Update Nethermind & Prysm (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Jun 27, 2024
1 parent 9894899 commit 9fdca19
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.5.3
appVersion: "v1.26.0"
version: 2.5.4
appVersion: "v1.27.0"
icon: https://storage.googleapis.com/stakewise-charts/stakewise.png
keywords:
- ethereum
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.26.0"
tag: "1.27.0"

## Credentials to fetch images from private registry
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Expand Down
4 changes: 2 additions & 2 deletions charts/validators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.7.4
version: 3.7.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v3.7.4"
appVersion: "v3.7.5"

keywords:
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion charts/validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ image:
prysm:
registry: "gcr.io"
repository: "prysmaticlabs/prysm/validator"
tag: "v5.0.3"
tag: "v5.0.4"
prysmGnosis:
registry: "ghcr.io"
repository: "gnosischain/gbc-prysm-validator"
Expand Down
4 changes: 2 additions & 2 deletions charts/web3signer-validators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 6.1.3
version: 6.1.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v6.1.3"
appVersion: "v6.1.4"

keywords:
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion charts/web3signer-validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ image:
prysm:
registry: "gcr.io"
repository: "prysmaticlabs/prysm/validator"
tag: "v5.0.3"
tag: "v5.0.4"
lighthouse:
registry: "docker.io"
repository: "sigp/lighthouse"
Expand Down

0 comments on commit 9fdca19

Please sign in to comment.