From a73539c08ea07bb42a8b57086996a0ced4a488ac Mon Sep 17 00:00:00 2001 From: Renovate Bot <135008009+renovate-41e06b0f[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 18:31:24 +0000 Subject: [PATCH] feat(deps): update nimbus dependencies | datasource | package | from | to | | ---------- | -------------------------- | ------------------ | ----------------- | | docker | busybox | 1.34.0 | 1.36.1 | | docker | lachlanevenson/k8s-kubectl | v1.21.3 | v1.25.4 | | docker | statusim/nimbus-eth2 | multiarch-v22.12.0 | multiarch-v23.9.1 | --- charts/nimbus/Chart.yaml | 2 +- charts/nimbus/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/nimbus/Chart.yaml b/charts/nimbus/Chart.yaml index 7406c53..4d3624c 100644 --- a/charts/nimbus/Chart.yaml +++ b/charts/nimbus/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=statusim/nimbus-eth2 -appVersion: "multiarch-v22.12.0" +appVersion: "multiarch-v23.9.1" diff --git a/charts/nimbus/values.yaml b/charts/nimbus/values.yaml index 77f15f7..b2e8fdb 100644 --- a/charts/nimbus/values.yaml +++ b/charts/nimbus/values.yaml @@ -163,7 +163,7 @@ nimbus: # -- 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 @@ -174,6 +174,6 @@ nimbus: # -- Container repository repository: busybox # -- Container tag - tag: "1.34.0" + tag: "1.36.1" # -- Container pull policy pullPolicy: IfNotPresent