Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading