From 765a113e4b306491d2f9304f5d43f54b8b511d1e Mon Sep 17 00:00:00 2001 From: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:20:07 +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 | 1.16.0 | 1.17.0 | --- charts/nethermind/Chart.yaml | 2 +- charts/nethermind/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/nethermind/Chart.yaml b/charts/nethermind/Chart.yaml index 6958b6dd..0df5642c 100644 --- a/charts/nethermind/Chart.yaml +++ b/charts/nethermind/Chart.yaml @@ -22,4 +22,4 @@ version: 0.3.0 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. # renovate: image=nethermind/nethermind -appVersion: "1.16.0-unstable" +appVersion: "1.17.0-unstable" diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index 950faf3e..59f3682a 100644 --- a/charts/nethermind/values.yaml +++ b/charts/nethermind/values.yaml @@ -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