From 645dfc814d969041d529c07f8e8519c89f7ab4ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:57:26 +0000 Subject: [PATCH] Update busybox Docker tag to v1.37.0 --- charts/netbox/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/netbox/values.yaml b/charts/netbox/values.yaml index f95d5a1..5382da2 100644 --- a/charts/netbox/values.yaml +++ b/charts/netbox/values.yaml @@ -504,7 +504,7 @@ resources: {} init: image: repository: busybox - tag: 1.36.1 + tag: 1.37.0 pullPolicy: IfNotPresent resources: {}