Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ spec:
keptn.sh/metadata: "commit-id=1234,stage=dev"
spec:
containers:
- image: busybox:1.36 # step-00 needs to have an older image version compared to step-01
- image: busybox:1.37 # step-00 needs to have an older image version compared to step-01
name: busybox
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
- name: init-myservice
image: busybox:1.36 # step-00 needs to have an older image version compared to step-01
image: busybox:1.37 # step-00 needs to have an older image version compared to step-01
command: ['sh', '-c', 'sleep 10']