From 3ab8982cb2b84665ecaea33b2258880484aa5db2 Mon Sep 17 00:00:00 2001 From: Renovate Bot <135008009+renovate-41e06b0f[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:44:35 +0000 Subject: [PATCH] feat(deps): update arbitrum dependencies | datasource | package | from | to | | ---------- | -------------------------- | --------------- | -------------- | | docker | lachlanevenson/k8s-kubectl | v1.21.3 | v1.25.4 | | docker | offchainlabs/nitro-node | v2.0.10-73224e3 | v2.1.2-4c55843 | --- charts/arbitrum-classic/values.yaml | 2 +- charts/arbitrum-nitro/Chart.yaml | 2 +- charts/arbitrum-nitro/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/arbitrum-classic/values.yaml b/charts/arbitrum-classic/values.yaml index a21e545..834d6ac 100644 --- a/charts/arbitrum-classic/values.yaml +++ b/charts/arbitrum-classic/values.yaml @@ -151,7 +151,7 @@ arbitrum: # -- 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 diff --git a/charts/arbitrum-nitro/Chart.yaml b/charts/arbitrum-nitro/Chart.yaml index 5f2fdb2..b6866cb 100644 --- a/charts/arbitrum-nitro/Chart.yaml +++ b/charts/arbitrum-nitro/Chart.yaml @@ -22,4 +22,4 @@ version: 0.1.10 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. # renovate: image=offchainlabs/nitro-node -appVersion: "v2.0.10-73224e3" +appVersion: "v2.1.2-4c55843" diff --git a/charts/arbitrum-nitro/values.yaml b/charts/arbitrum-nitro/values.yaml index 64961e6..8b7e76d 100644 --- a/charts/arbitrum-nitro/values.yaml +++ b/charts/arbitrum-nitro/values.yaml @@ -145,6 +145,6 @@ nitro: # -- 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