Skip to content

Commit

Permalink
deps: update busybox docker tag to v1.36.1
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored May 23, 2023
1 parent 28dd6b7 commit 48d427a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
terminationGracePeriodSeconds: 5
initContainers:
- name: init-myservice
image: busybox:1.36.0
image: busybox:1.36.1
command: ['sh', '-c', 'sleep 30']
containers:
- name: server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
terminationGracePeriodSeconds: 5
initContainers:
- name: init-myservice
image: busybox:1.36.0
image: busybox:1.36.1
command: ['sh', '-c', 'sleep 30']
containers:
- name: server
Expand Down
2 changes: 1 addition & 1 deletion test/integration/podtato-head-application/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
terminationGracePeriodSeconds: 5
initContainers:
- name: init-myservice
image: busybox:1.36.0
image: busybox:1.36.1
command: ['sh', '-c', 'sleep 30']
containers:
- name: server
Expand Down
2 changes: 1 addition & 1 deletion test/integration/restartable-app/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
terminationGracePeriodSeconds: 5
initContainers:
- name: init-myservice
image: busybox:1.36.0
image: busybox:1.36.1
command: ['sh', '-c', 'sleep 30']
containers:
- name: server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ spec:
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
initContainers:
- name: init-myservice
image: busybox:1.36.0
image: busybox:1.36.1
command: ['sh', '-c', 'sleep 30']
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ spec:
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
initContainers:
- name: init-myservice
image: busybox:1.36.0
image: busybox:1.36.1
command: ['sh', '-c', 'sleep 10']
2 changes: 1 addition & 1 deletion test/integration/simple-deployment/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ spec:
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
initContainers:
- name: init-myservice
image: busybox:1.36.0
image: busybox:1.36.1
command: ['sh', '-c', 'sleep 30']
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ spec:
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
initContainers:
- name: init-myservice
image: busybox:1.36.0
image: busybox:1.36.1
command: ['sh', '-c', 'sleep 30']
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ spec:
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
initContainers:
- name: init-myservice
image: busybox:1.36.0
image: busybox:1.36.1
command: ['sh', '-c', 'sleep 30']

0 comments on commit 48d427a

Please sign in to comment.