Skip to content

Commit 233f709

Browse files
fix(lighthouse): supernode argument (#601)
1 parent 92e8ace commit 233f709

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/lighthouse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/lighthouse/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Deploy 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

charts/lighthouse/templates/lighthouse/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)