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
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.0.0
19
+ version : 6.0.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 : " 6.0.0 "
24
+ appVersion : " 6.0.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 : " v6.0.0 "
94
+ tag : " v6.0.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 : 6.0.0
4
- appVersion : v6.0.0
3
+ version : 6.0.1
4
+ appVersion : v6.0.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 : " v6.0.0 "
180
+ tag : " v6.0.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.5.1
19
+ version : 6.5.2
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.5.1 "
25
+ appVersion : " v6.5.2 "
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 : " v6.0.0 "
116
+ tag : " v6.0.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