From 740205fc2a6a89dcf2572d9f604f7ba69afc6573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:10:22 -0500 Subject: [PATCH] chore(deps): update busybox docker tag to v1.37.0 (#739) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- test/e2e/chainsaw/in-process/00-assert.yaml | 4 ++-- test/e2e/chainsaw/in-process/00-install.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/e2e/chainsaw/in-process/00-assert.yaml b/test/e2e/chainsaw/in-process/00-assert.yaml index 94bc93967..d7f680ca7 100644 --- a/test/e2e/chainsaw/in-process/00-assert.yaml +++ b/test/e2e/chainsaw/in-process/00-assert.yaml @@ -8,7 +8,7 @@ status: spec: containers: - name: open-feature-e2e-test - image: busybox:1.36.1 + image: busybox:1.37.0 env: - name: my-second-prefix_name2 value: val2 @@ -29,7 +29,7 @@ spec: - name: my-second-prefix_OFFLINE_FLAG_SOURCE_PATH value: my-path - name: open-feature-e2e-test2 - image: busybox:1.36.1 + image: busybox:1.37.0 env: - name: my-second-prefix_name2 value: val2 diff --git a/test/e2e/chainsaw/in-process/00-install.yaml b/test/e2e/chainsaw/in-process/00-install.yaml index 026c8af8e..debdf5f9b 100644 --- a/test/e2e/chainsaw/in-process/00-install.yaml +++ b/test/e2e/chainsaw/in-process/00-install.yaml @@ -21,10 +21,10 @@ spec: spec: containers: - name: open-feature-e2e-test - image: busybox:1.36.1 + image: busybox:1.37.0 command: ['sh', '-c', 'echo The app is running! && sleep infinity'] - name: open-feature-e2e-test2 - image: busybox:1.36.1 + image: busybox:1.37.0 command: ['sh', '-c', 'echo The app is running! && sleep infinity'] --- apiVersion: core.openfeature.dev/v1beta1