File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/e2e/chainsaw/in-process Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
spec :
9
9
containers :
10
10
- name : open-feature-e2e-test
11
- image : busybox:1.36.1
11
+ image : busybox:1.37.0
12
12
env :
13
13
- name : my-second-prefix_name2
14
14
value : val2
29
29
- name : my-second-prefix_OFFLINE_FLAG_SOURCE_PATH
30
30
value : my-path
31
31
- name : open-feature-e2e-test2
32
- image : busybox:1.36.1
32
+ image : busybox:1.37.0
33
33
env :
34
34
- name : my-second-prefix_name2
35
35
value : val2
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ spec:
21
21
spec :
22
22
containers :
23
23
- name : open-feature-e2e-test
24
- image : busybox:1.36.1
24
+ image : busybox:1.37.0
25
25
command : ['sh', '-c', 'echo The app is running! && sleep infinity']
26
26
- name : open-feature-e2e-test2
27
- image : busybox:1.36.1
27
+ image : busybox:1.37.0
28
28
command : ['sh', '-c', 'echo The app is running! && sleep infinity']
29
29
---
30
30
apiVersion : core.openfeature.dev/v1beta1
You can’t perform that action at this time.
0 commit comments