From 4248dbc2e4ba41dba9e827827483d719f2761308 Mon Sep 17 00:00:00 2001 From: Renovate Bot <135008009+renovate-41e06b0f[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:34:10 +0000 Subject: [PATCH] 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 | v4.5.0 | --- charts/lighthouse/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/lighthouse/values.yaml b/charts/lighthouse/values.yaml index 59ed165..62a559b 100644 --- a/charts/lighthouse/values.yaml +++ b/charts/lighthouse/values.yaml @@ -10,7 +10,7 @@ image: pullPolicy: IfNotPresent # -- Overrides the image tag # @default -- Chart.appVersion - tag: "v0.0.0" + tag: "v4.5.0" # -- Pull secrets required to fetch the Image imagePullSecrets: [] @@ -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 @@ -167,6 +167,6 @@ lighthouse: # -- Container repository repository: busybox # -- Container tag - tag: "1.34.0" + tag: "1.36.1" # -- Container pull policy pullPolicy: IfNotPresent