Skip to content

Commit 367c6ee

Browse files
author
antares-sw
committed
Update Prysm & Nethermind
1 parent 8a9a4c7 commit 367c6ee

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

charts/nethermind/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: nethermind
33
description: .NET Core Ethereum client
44
type: application
5-
version: 2.8.0
6-
appVersion: "v1.31.4"
5+
version: 2.8.1
6+
appVersion: "v1.31.5"
77
icon: https://storage.googleapis.com/stakewise-charts/stakewise.png
88
keywords:
99
- ethereum

charts/nethermind/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ image:
105105
repository: nethermind/nethermind
106106
pullPolicy: IfNotPresent
107107
# Overrides the image tag whose default is the chart appVersion.
108-
tag: "1.31.4"
108+
tag: "1.31.5"
109109

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

charts/prysm-validator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 5.3.0
19+
version: 5.3.1
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "5.3.0"
24+
appVersion: "5.3.1"
2525

2626
dependencies:
2727
- name: common

charts/prysm-validator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ image:
9191
repository: prysmaticlabs/prysm/validator
9292
pullPolicy: IfNotPresent
9393
# Overrides the image tag whose default is the chart appVersion.
94-
tag: "v5.3.0"
94+
tag: "v5.3.1"
9595

9696
imagePullSecrets: []
9797
nameOverride: ""

charts/prysm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: prysm
3-
version: 5.3.0
4-
appVersion: v5.3.0
3+
version: 5.3.1
4+
appVersion: v5.3.1
55
kubeVersion: "^1.18.0-0"
66
description: Go implementation of Ethereum proof of stake.
77
type: application

charts/prysm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ sidecar:
177177
image:
178178
registry: "gcr.io"
179179
repository: "prysmaticlabs/prysm/beacon-chain"
180-
tag: "v5.3.0"
180+
tag: "v5.3.1"
181181
pullPolicy: IfNotPresent
182182
imageGnosis:
183183
registry: "ghcr.io"

charts/web3signer-validators/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 6.4.5
19+
version: 6.4.6
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "v6.4.5"
25+
appVersion: "v6.4.6"
2626

2727
keywords:
2828
- ethereum

charts/web3signer-validators/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ image:
113113
prysm:
114114
registry: "gcr.io"
115115
repository: "prysmaticlabs/prysm/validator"
116-
tag: "v5.3.0"
116+
tag: "v5.3.1"
117117
lighthouse:
118118
registry: "docker.io"
119119
repository: "sigp/lighthouse"

0 commit comments

Comments
 (0)