From d16b9bc0127b3abd4ae6594ea387e232499cf1c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:22:02 +0000 Subject: [PATCH] Update busybox Docker tag to v1.37.0 --- charts/node-access/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/node-access/values.yaml b/charts/node-access/values.yaml index 1db2cf6c..e9e08533 100644 --- a/charts/node-access/values.yaml +++ b/charts/node-access/values.yaml @@ -10,7 +10,7 @@ image: # -- image pull policy pullPolicy: Always # -- Overrides the image tag - tag: "1.36.1" + tag: "1.37.0" # -- If defined, uses a Secret to pull an image from a private Docker registry or repository. imagePullSecrets: []