File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : nethermind
3
3
description : .NET Core Ethereum client
4
4
type : application
5
- version : 2.8.0
6
- appVersion : " v1.31.4 "
5
+ version : 2.8.1
6
+ appVersion : " v1.31.5 "
7
7
icon : https://storage.googleapis.com/stakewise-charts/stakewise.png
8
8
keywords :
9
9
- ethereum
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ image:
105
105
repository : nethermind/nethermind
106
106
pullPolicy : IfNotPresent
107
107
# Overrides the image tag whose default is the chart appVersion.
108
- tag : " 1.31.4 "
108
+ tag : " 1.31.5 "
109
109
110
110
# # Credentials to fetch images from private registry
111
111
# # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 5.3.0
19
+ version : 5.3.1
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 5.3.0 "
24
+ appVersion : " 5.3.1 "
25
25
26
26
dependencies :
27
27
- name : common
Original file line number Diff line number Diff line change 91
91
repository : prysmaticlabs/prysm/validator
92
92
pullPolicy : IfNotPresent
93
93
# Overrides the image tag whose default is the chart appVersion.
94
- tag : " v5.3.0 "
94
+ tag : " v5.3.1 "
95
95
96
96
imagePullSecrets : []
97
97
nameOverride : " "
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : prysm
3
- version : 5.3.0
4
- appVersion : v5.3.0
3
+ version : 5.3.1
4
+ appVersion : v5.3.1
5
5
kubeVersion : " ^1.18.0-0"
6
6
description : Go implementation of Ethereum proof of stake.
7
7
type : application
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ sidecar:
177
177
image :
178
178
registry : " gcr.io"
179
179
repository : " prysmaticlabs/prysm/beacon-chain"
180
- tag : " v5.3.0 "
180
+ tag : " v5.3.1 "
181
181
pullPolicy : IfNotPresent
182
182
imageGnosis :
183
183
registry : " ghcr.io"
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 6.4.5
19
+ version : 6.4.6
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
23
23
# follow Semantic Versioning. They should reflect the version the application is using.
24
24
# It is recommended to use it with quotes.
25
- appVersion : " v6.4.5 "
25
+ appVersion : " v6.4.6 "
26
26
27
27
keywords :
28
28
- ethereum
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ image:
113
113
prysm :
114
114
registry : " gcr.io"
115
115
repository : " prysmaticlabs/prysm/validator"
116
- tag : " v5.3.0 "
116
+ tag : " v5.3.1 "
117
117
lighthouse :
118
118
registry : " docker.io"
119
119
repository : " sigp/lighthouse"
You can’t perform that action at this time.
0 commit comments