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,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 : 7.0.0
19
+ version : 7.0.1
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 : " v7.0.0 "
25
+ appVersion : " v7.0.1 "
26
26
27
27
dependencies :
28
28
- name : common
Original file line number Diff line number Diff line change 97
97
repository : sigp/lighthouse
98
98
pullPolicy : IfNotPresent
99
99
# Overrides the image tag whose default is the chart appVersion.
100
- tag : " v7.0.0 "
100
+ tag : " v7.0.1 "
101
101
102
102
imagePullSecrets : []
103
103
nameOverride : " "
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : lighthouse
3
- version : 7.0.0
3
+ version : 7.0.1
4
4
kubeVersion : " ^1.20.0-0"
5
5
description : Rust Ethereum 2.0 Client.
6
6
type : application
@@ -16,7 +16,7 @@ sources:
16
16
maintainers :
17
17
- name : Dmitri Tsumak
18
18
19
- appVersion : v7.0.0
19
+ appVersion : v7.0.1
20
20
21
21
dependencies :
22
22
- name : common
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ sidecar:
114
114
image :
115
115
registry : " docker.io"
116
116
repository : " sigp/lighthouse"
117
- tag : " v7.0.0 "
117
+ tag : " v7.0.1 "
118
118
pullPolicy : IfNotPresent
119
119
120
120
# # Credentials to fetch images from private registry
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.0
19
+ version : 6.5.1
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.0 "
25
+ appVersion : " v6.5.1 "
26
26
27
27
keywords :
28
28
- ethereum
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ image:
117
117
lighthouse :
118
118
registry : " docker.io"
119
119
repository : " sigp/lighthouse"
120
- tag : " v7.0.0 "
120
+ tag : " v7.0.1 "
121
121
teku :
122
122
registry : " docker.io"
123
123
repository : " consensys/teku"
You can’t perform that action at this time.
0 commit comments