This repository was archived by the owner on Mar 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 21 files changed +34
-34
lines changed
Expand file tree Collapse file tree 21 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : geth
3- version : 2.5.6
3+ version : 2.5.7
44kubeVersion : " ^1.20.0-0"
55description : Official Golang implementation of the Ethereum v1 protocol.
66type : application
@@ -16,7 +16,7 @@ sources:
1616maintainers :
1717 - name : Dmitri Tsumak
1818 email : dmitri@stakewise.io
19- appVersion : v1.15.7
19+ appVersion : v1.15.9
2020
2121dependencies :
2222 - name : common
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ sidecar:
115115image :
116116 registry : " docker.io"
117117 repository : " ethereum/client-go"
118- tag : " v1.15.7 "
118+ tag : " v1.15.9 "
119119 pullPolicy : IfNotPresent
120120
121121# # Credentials to fetch images from private registry
Original file line number Diff line number Diff 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 .0.1
19+ version : 7 .0.0
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 .0.1 "
25+ appVersion : " v7 .0.0 "
2626
2727dependencies :
2828 - name : common
Original file line number Diff line number Diff line change 9797 repository : sigp/lighthouse
9898 pullPolicy : IfNotPresent
9999 # Overrides the image tag whose default is the chart appVersion.
100- tag : " v6 .0.1 "
100+ tag : " v7 .0.0 "
101101
102102imagePullSecrets : []
103103nameOverride : " "
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : lighthouse
3- version : 6 .0.2
3+ version : 7 .0.0
44kubeVersion : " ^1.20.0-0"
55description : Rust Ethereum 2.0 Client.
66type : application
@@ -16,7 +16,7 @@ sources:
1616maintainers :
1717 - name : Dmitri Tsumak
1818 email : dmitri@stakewise.io
19- appVersion : v6 .0.1
19+ appVersion : v7 .0.0
2020
2121dependencies :
2222 - name : common
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ sidecar:
114114image :
115115 registry : " docker.io"
116116 repository : " sigp/lighthouse"
117- tag : " v6 .0.1 "
117+ tag : " v7 .0.0 "
118118 pullPolicy : IfNotPresent
119119
120120# # Credentials to fetch images from private registry
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : nethermind
33description : .NET Core Ethereum client
44type : application
5- version : 2.8.1
6- appVersion : " v1.31.5 "
5+ version : 2.8.2
6+ appVersion : " v1.31.8 "
77icon : https://storage.googleapis.com/stakewise-charts/stakewise.png
88keywords :
99 - ethereum
Original file line number Diff line number Diff 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.5 "
108+ tag : " 1.31.8 "
109109
110110# # Credentials to fetch images from private registry
111111# # 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
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.2
19+ version : 6.0.0
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.2 "
24+ appVersion : " 6.0.0 "
2525
2626dependencies :
2727 - name : common
Original file line number Diff line number Diff line change 9191 repository : prysmaticlabs/prysm/validator
9292 pullPolicy : IfNotPresent
9393 # Overrides the image tag whose default is the chart appVersion.
94- tag : " v5.3.2 "
94+ tag : " v6.0.0 "
9595
9696imagePullSecrets : []
9797nameOverride : " "
You can’t perform that action at this time.
0 commit comments