From e481be7107b655b10882cd84de68b8b23aa64836 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:53:54 +0000 Subject: [PATCH] feat(deps): update library/busybox docker tag to v1.38.0 --- tests/e2etest-efsstoragestack/main.k | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2etest-efsstoragestack/main.k b/tests/e2etest-efsstoragestack/main.k index 4424426..0f2d7be 100644 --- a/tests/e2etest-efsstoragestack/main.k +++ b/tests/e2etest-efsstoragestack/main.k @@ -219,7 +219,7 @@ _items = [ { name = "writer" # renovate: datasource=docker depName=library/busybox registryUrl=https://index.docker.io - image = "busybox:1.37.0" + image = "busybox:1.38.0" command = ["sh", "-c", "echo " + _probe + " > /data/probe.txt && sync"] volumeMounts = [ { @@ -279,7 +279,7 @@ _items = [ { name = "reader" # renovate: datasource=docker depName=library/busybox registryUrl=https://index.docker.io - image = "busybox:1.37.0" + image = "busybox:1.38.0" command = [ "sh" "-c"