Skip to content

Commit

Permalink
feat(deps): update lighthouse dependencies
Browse files Browse the repository at this point in the history
| datasource | package                    | from    | to      |
| ---------- | -------------------------- | ------- | ------- |
| docker     | busybox                    | 1.34.0  | 1.36.1  |
| docker     | lachlanevenson/k8s-kubectl | v1.21.3 | v1.25.4 |
| docker     | sigp/lighthouse            | v0.0.0  | v5.2.1  |
  • Loading branch information
renovate-41e06b0f[bot] authored Aug 1, 2024
1 parent ae85d5e commit 9c4c876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/lighthouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
pullPolicy: IfNotPresent
# -- Overrides the image tag
# @default -- Chart.appVersion
tag: "v0.0.0"
tag: "v5.2.1"

# -- Pull secrets required to fetch the Image
imagePullSecrets: []
Expand Down Expand Up @@ -156,7 +156,7 @@ lighthouse:
# -- Container image to fetch nodeport information
repository: lachlanevenson/k8s-kubectl
# -- Container tag
tag: v1.21.3
tag: v1.25.4
# -- Container pull policy
pullPolicy: IfNotPresent

Expand All @@ -167,6 +167,6 @@ lighthouse:
# -- Container repository
repository: busybox
# -- Container tag
tag: "1.34.0"
tag: "1.36.1"
# -- Container pull policy
pullPolicy: IfNotPresent

0 comments on commit 9c4c876

Please sign in to comment.