File tree Expand file tree Collapse file tree 10 files changed +16
-17
lines changed Expand file tree Collapse file tree 10 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -16,13 +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.1.2
20
-
19
+ version : 5.2.0
21
20
# This is the version number of the application being deployed. This version number should be
22
21
# incremented each time you make changes to the application. Versions are not expected to
23
22
# follow Semantic Versioning. They should reflect the version the application is using.
24
23
# It is recommended to use it with quotes.
25
- appVersion : " 5.1.2 "
24
+ appVersion : " 5.2.0 "
26
25
27
26
dependencies :
28
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.1.2 "
94
+ tag : " v5.2.0 "
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.1.2
4
- appVersion : v5.1.2
3
+ version : 5.2.0
4
+ appVersion : v5.2.0
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 @@ -171,7 +171,7 @@ sidecar:
171
171
image :
172
172
registry : " gcr.io"
173
173
repository : " prysmaticlabs/prysm/beacon-chain"
174
- tag : " v5.1.2 "
174
+ tag : " v5.2.0 "
175
175
pullPolicy : IfNotPresent
176
176
imageGnosis :
177
177
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 : 4.2.6
19
+ version : 4.2.7
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 : " 24.12.0 "
25
+ appVersion : " 24.12.1 "
26
26
27
27
dependencies :
28
28
- name : common
Original file line number Diff line number Diff line change 94
94
repository : consensys/teku
95
95
pullPolicy : IfNotPresent
96
96
# Overrides the image tag whose default is the chart appVersion.
97
- tag : " 24.12.0 "
97
+ tag : " 24.12.1 "
98
98
99
99
imagePullSecrets : []
100
100
nameOverride : " "
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ type: application
19
19
# This is the chart version. This version number should be incremented each time you make changes
20
20
# to the chart and its templates, including the app version.
21
21
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22
- version : 2.6.7
22
+ version : 2.6.8
23
23
24
24
# This is the version number of the application being deployed. This version number should be
25
25
# incremented each time you make changes to the application. Versions are not expected to
26
26
# follow Semantic Versioning. They should reflect the version the application is using.
27
27
# It is recommended to use it with quotes.
28
- appVersion : " 24.12.0 "
28
+ appVersion : " 24.12.1 "
29
29
30
30
keywords :
31
31
- ethereum
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ image:
106
106
repository : consensys/teku
107
107
pullPolicy : IfNotPresent
108
108
# Overrides the image tag whose default is the chart appVersion.
109
- tag : " 24.12.0 "
109
+ tag : " 24.12.1 "
110
110
111
111
imagePullSecrets : []
112
112
nameOverride : " "
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.2
19
+ version : 6.4.3
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.2 "
25
+ appVersion : " v6.4.3 "
26
26
27
27
keywords :
28
28
- ethereum
Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ image:
113
113
prysm :
114
114
registry : " gcr.io"
115
115
repository : " prysmaticlabs/prysm/validator"
116
- tag : " v5.1.2 "
116
+ tag : " v5.2.0 "
117
117
lighthouse :
118
118
registry : " docker.io"
119
119
repository : " sigp/lighthouse"
120
120
tag : " v6.0.1"
121
121
teku :
122
122
registry : " docker.io"
123
123
repository : " consensys/teku"
124
- tag : " 24.12.0 "
124
+ tag : " 24.12.1 "
125
125
126
126
# # Credentials to fetch images from private registry
127
127
# # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
You can’t perform that action at this time.
0 commit comments