File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.8.1
18+ version : 0.8.2
1919
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
Original file line number Diff line number Diff line change 22
33Deploy and scale [ Lighthouse] ( https://github.com/sigp/lighthouse ) inside Kubernetes with ease
44
5- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Version: 0.8.1 ] ( https://img.shields.io/badge/Version-0.8.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v8.0.1] ( https://img.shields.io/badge/AppVersion-v8.0.1-informational?style=flat-square )
5+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Version: 0.8.2 ] ( https://img.shields.io/badge/Version-0.8.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v8.0.1] ( https://img.shields.io/badge/AppVersion-v8.0.1-informational?style=flat-square )
66
77## Chart Features
88
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ spec:
152152 exec lighthouse beacon_node \
153153 --datadir=/storage \
154154 --prune-blobs={{ $values.pruneBlobs }} \
155- --super-node ={{ $values.superNode }} \
155+ --supernode ={{ $values.superNode }} \
156156 {{- if $values.executionClientUrl }}
157157 --execution-endpoint={{ $values.executionClientUrl }} \
158158 {{- end }}
You can’t perform that action at this time.
0 commit comments