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"