Skip to content

Commit

Permalink
chore(deps): update busybox docker tag to v1.37.0 (#739)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 15d55c5 commit 740205f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/e2e/chainsaw/in-process/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/chainsaw/in-process/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 740205f

Please sign in to comment.