Skip to content

Commit 1d3d2e3

Browse files
authored
Update LH to v7.0.1 (#637)
1 parent 5ec58ae commit 1d3d2e3

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

charts/lighthouse-validator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: 7.0.0
19+
version: 7.0.1
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: "v7.0.0"
25+
appVersion: "v7.0.1"
2626

2727
dependencies:
2828
- name: common

charts/lighthouse-validator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ image:
9797
repository: sigp/lighthouse
9898
pullPolicy: IfNotPresent
9999
# Overrides the image tag whose default is the chart appVersion.
100-
tag: "v7.0.0"
100+
tag: "v7.0.1"
101101

102102
imagePullSecrets: []
103103
nameOverride: ""

charts/lighthouse/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: lighthouse
3-
version: 7.0.0
3+
version: 7.0.1
44
kubeVersion: "^1.20.0-0"
55
description: Rust Ethereum 2.0 Client.
66
type: application
@@ -16,7 +16,7 @@ sources:
1616
maintainers:
1717
- name: Dmitri Tsumak
1818
19-
appVersion: v7.0.0
19+
appVersion: v7.0.1
2020

2121
dependencies:
2222
- name: common

charts/lighthouse/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sidecar:
114114
image:
115115
registry: "docker.io"
116116
repository: "sigp/lighthouse"
117-
tag: "v7.0.0"
117+
tag: "v7.0.1"
118118
pullPolicy: IfNotPresent
119119

120120
## Credentials to fetch images from private registry

charts/web3signer-validators/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.0
19+
version: 6.5.1
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.0"
25+
appVersion: "v6.5.1"
2626

2727
keywords:
2828
- ethereum

charts/web3signer-validators/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ image:
117117
lighthouse:
118118
registry: "docker.io"
119119
repository: "sigp/lighthouse"
120-
tag: "v7.0.0"
120+
tag: "v7.0.1"
121121
teku:
122122
registry: "docker.io"
123123
repository: "consensys/teku"

0 commit comments

Comments
 (0)