This repository was archived by the owner on Mar 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed 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 : 6.0.0
19+ version : 6.0.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 : " 6.0.0 "
24+ appVersion : " 6.0.1 "
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 : " v6.0.0 "
94+ tag : " v6.0.1 "
9595
9696imagePullSecrets : []
9797nameOverride : " "
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : prysm
3- version : 6.0.0
4- appVersion : v6.0.0
3+ version : 6.0.1
4+ appVersion : v6.0.1
55kubeVersion : " ^1.18.0-0"
66description : Go implementation of Ethereum proof of stake.
77type : application
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ sidecar:
177177image :
178178 registry : " gcr.io"
179179 repository : " prysmaticlabs/prysm/beacon-chain"
180- tag : " v6.0.0 "
180+ tag : " v6.0.1 "
181181 pullPolicy : IfNotPresent
182182imageGnosis :
183183 registry : " ghcr.io"
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.5.1
19+ version : 6.5.2
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.5.1 "
25+ appVersion : " v6.5.2 "
2626
2727keywords :
2828 - ethereum
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ image:
113113 prysm :
114114 registry : " gcr.io"
115115 repository : " prysmaticlabs/prysm/validator"
116- tag : " v6.0.0 "
116+ tag : " v6.0.1 "
117117 lighthouse :
118118 registry : " docker.io"
119119 repository : " sigp/lighthouse"
You can’t perform that action at this time.
0 commit comments