From 23f0ea56e0ea2b149f80fb7af6a1acb963278dfb Mon Sep 17 00:00:00 2001 From: Renovate Bot <135008009+renovate-41e06b0f[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:20:26 +0000 Subject: [PATCH] feat(deps): update nethermind dependencies | datasource | package | from | to | | ---------- | -------------------------- | ------- | ------- | | docker | busybox | 1.34.0 | 1.36.1 | | docker | lachlanevenson/k8s-kubectl | v1.21.3 | v1.25.4 | | docker | nethermind/nethermind | v0.0.0 | 1.21.1 | --- charts/nethermind/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index 49b20a7..999430b 100644 --- a/charts/nethermind/values.yaml +++ b/charts/nethermind/values.yaml @@ -10,7 +10,7 @@ image: pullPolicy: IfNotPresent # -- Overrides the image tag # @default -- Chart.appVersion - tag: "v0.0.0" + tag: "1.21.1" # -- Pull secrets required to fetch the Image imagePullSecrets: [] @@ -166,7 +166,7 @@ nethermind: # -- 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 @@ -177,6 +177,6 @@ nethermind: # -- Container repository repository: busybox # -- Container tag - tag: "1.34.0" + tag: "1.36.1" # -- Container pull policy pullPolicy: IfNotPresent