From 62c34b3e73529591ad00e7483ef23ea010990a9e Mon Sep 17 00:00:00 2001 From: Renovate Bot <135008009+renovate-41e06b0f[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 01:09:01 +0000 Subject: [PATCH] chore(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.19.2 | --- 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..b14a8ad 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.19.2" # -- 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