Skip to content

Commit

Permalink
feat(deps): update lighthouse dependencies (#375)
Browse files Browse the repository at this point in the history
* feat(deps): update lighthouse dependencies

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | busybox | 1.36.1 | 1.37.0 |

---------

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
Co-authored-by: Ana-Maria Calin <[email protected]>
  • Loading branch information
graphops-renovate[bot] and calinah authored Oct 9, 2024
1 parent 8f3f377 commit f915124
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/lighthouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.9
version: 0.5.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/lighthouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Deploy and scale [Lighthouse](https://github.com/sigp/lighthouse) inside Kubernetes with ease

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.5.9](https://img.shields.io/badge/Version-0.5.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.3.0](https://img.shields.io/badge/AppVersion-v5.3.0-informational?style=flat-square)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Version: 0.5.10](https://img.shields.io/badge/Version-0.5.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.3.0](https://img.shields.io/badge/AppVersion-v5.3.0-informational?style=flat-square)

## Chart Features

Expand Down Expand Up @@ -90,7 +90,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
| lighthouse.initChownData.enabled | Init container to set the correct permissions to access data directories | bool | `true` |
| lighthouse.initChownData.image.pullPolicy | Container pull policy | string | `"IfNotPresent"` |
| lighthouse.initChownData.image.repository | Container repository | string | `"busybox"` |
| lighthouse.initChownData.image.tag | Container tag | string | `"1.36.1"` |
| lighthouse.initChownData.image.tag | Container tag | string | `"1.37.0"` |
| lighthouse.jwt | JWT to use to authenticate with Execution Client. Specify either `existingSecret` OR `fromLiteral`. | object | `{"existingSecret":{"key":"","name":""},"fromLiteral":""}` |
| lighthouse.jwt.existingSecret | Load the JWT from an existing Kubernetes Secret. Takes precedence over `fromLiteral` if set. | object | `{"key":"","name":""}` |
| lighthouse.jwt.existingSecret.key | Data key for the JWT in the Secret | string | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/lighthouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,6 @@ lighthouse:
# -- Container repository
repository: busybox
# -- Container tag
tag: "1.36.1"
tag: "1.37.0"
# -- Container pull policy
pullPolicy: IfNotPresent

0 comments on commit f915124

Please sign in to comment.