Skip to content

Commit 9c4c876

Browse files
feat(deps): update lighthouse dependencies
| 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 |
1 parent ae85d5e commit 9c4c876

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

charts/lighthouse/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
pullPolicy: IfNotPresent
1111
# -- Overrides the image tag
1212
# @default -- Chart.appVersion
13-
tag: "v0.0.0"
13+
tag: "v5.2.1"
1414

1515
# -- Pull secrets required to fetch the Image
1616
imagePullSecrets: []
@@ -156,7 +156,7 @@ lighthouse:
156156
# -- Container image to fetch nodeport information
157157
repository: lachlanevenson/k8s-kubectl
158158
# -- Container tag
159-
tag: v1.21.3
159+
tag: v1.25.4
160160
# -- Container pull policy
161161
pullPolicy: IfNotPresent
162162

@@ -167,6 +167,6 @@ lighthouse:
167167
# -- Container repository
168168
repository: busybox
169169
# -- Container tag
170-
tag: "1.34.0"
170+
tag: "1.36.1"
171171
# -- Container pull policy
172172
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)