File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.6.0
18
+ version : 0.6.1
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 2
2
3
3
Deploy and scale [ Lighthouse] ( https://github.com/sigp/lighthouse ) inside Kubernetes with ease
4
4
5
- [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) ![ Version: 0.6.0 ] ( https://img.shields.io/badge/Version-0.6.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v6.0.1] ( https://img.shields.io/badge/AppVersion-v6.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.6.1 ] ( https://img.shields.io/badge/Version-0.6.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v6.0.1] ( https://img.shields.io/badge/AppVersion-v6.0.1-informational?style=flat-square )
6
6
7
7
## Chart Features
8
8
Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ spec:
164
164
--quic-port={{ include "lighthouse.quicPort" $values }} \
165
165
--http \
166
166
--http-port={{ index $values.service.ports "http-lighthouse" }} \
167
+ --http-address=0.0.0.0 \
168
+ --http-allow-origin='*' \
167
169
--listen-address=0.0.0.0 \
168
170
{{- if $jwtEnabled }}
169
171
--execution-jwt=/jwt/jwt.hex \
You can’t perform that action at this time.
0 commit comments