From de72f5c60b6cac9c6841b1b2ba00c35d4b30f5ea 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:02 +0000 Subject: [PATCH] feat(deps): update erigon dependencies | datasource | package | from | to | | ---------- | -------------------------- | ------- | ------- | | docker | lachlanevenson/k8s-kubectl | v1.21.3 | v1.25.4 | | docker | thorax/erigon | v0.0.0 | v2.53.4 | --- charts/erigon/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/erigon/values.yaml b/charts/erigon/values.yaml index 2f90a2e..899885a 100644 --- a/charts/erigon/values.yaml +++ b/charts/erigon/values.yaml @@ -10,7 +10,7 @@ image: pullPolicy: IfNotPresent # -- Overrides the image tag # @default -- Chart.appVersion - tag: "v0.0.0" + tag: "v2.53.4" # -- Pull secrets required to fetch the Image imagePullSecrets: [] @@ -164,7 +164,7 @@ statefulNode: # -- 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