Skip to content

Commit 6bb6fe7

Browse files
deps: update busybox docker tag (#3760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Moritz Wiesinger <[email protected]>
1 parent 736a4ac commit 6bb6fe7

File tree

21 files changed

+25
-25
lines changed

21 files changed

+25
-25
lines changed

.github/scripts/.helm-tests/lifecycle-only/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lifecycleOperator:
77
lifecycleOperator:
88
image:
99
repository: busybox
10-
tag: 1.35
10+
tag: 1.37
1111
imagePullPolicy: Always
1212
hostNetwork: true
1313
scheduler:

examples/sample-app/base/container-task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
container:
88
name: testy-test
9-
image: busybox:1.36.1
9+
image: busybox:1.37.0
1010
command:
1111
- 'sh'
1212
- '-c'

examples/support/observability/assets/podtatohead-deployment-evaluation/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
terminationGracePeriodSeconds: 5
3030
initContainers:
3131
- name: init-myservice
32-
image: busybox:1.36.1
32+
image: busybox:1.37.0
3333
command: ['sh', '-c', 'sleep 30']
3434
containers:
3535
- name: server

test/chainsaw/allowed-namespaces/simple-deployment-allowed/00-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ spec:
4646
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
4747
initContainers:
4848
- name: init-myservice
49-
image: busybox:1.36.1
49+
image: busybox:1.37.0
5050
command: ['sh', '-c', 'sleep 10']

test/chainsaw/allowed-namespaces/simple-deployment-not-allowed/00-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ spec:
4646
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
4747
initContainers:
4848
- name: init-myservice
49-
image: busybox:1.36.1
49+
image: busybox:1.37.0
5050
command: ['sh', '-c', 'sleep 10']

test/chainsaw/integration/container-runtime/00-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
spec:
3636
containers:
3737
- name: testy-test
38-
image: busybox:1.36.1
38+
image: busybox:1.37.0
3939
env:
4040
- name: KEPTN_CONTEXT
4141
value: '{"workloadName":"waiter-waiter","appName":"waiter","appVersion":"","workloadVersion":"0.4","taskType":"pre","objectType":"Workload"}'

test/chainsaw/integration/container-runtime/00-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
container:
99
name: testy-test
10-
image: busybox:1.36.1
10+
image: busybox:1.37.0
1111
command:
1212
- 'sh'
1313
- '-c'

test/chainsaw/integration/imagepullsecret/00-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
spec:
3636
containers:
3737
- name: testy-test
38-
image: busybox:1.36.1
38+
image: busybox:1.37.0
3939
env:
4040
- name: KEPTN_CONTEXT
4141
value: '{"workloadName":"waiter-waiter","appName":"waiter","appVersion":"","workloadVersion":"0.4","taskType":"pre","objectType":"Workload"}'

test/chainsaw/integration/imagepullsecret/00-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
ttlSecondsAfterFinished: 1000
99
container:
1010
name: testy-test
11-
image: busybox:1.36.1
11+
image: busybox:1.37.0
1212
command:
1313
- 'sh'
1414
- '-c'

test/chainsaw/integration/podtato-head-application-auto-app-discovery/00-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
terminationGracePeriodSeconds: 5
2121
initContainers:
2222
- name: init-myservice
23-
image: busybox:1.36.1
23+
image: busybox:1.37.0
2424
command: ['sh', '-c', 'sleep 30']
2525
containers:
2626
- name: server

0 commit comments

Comments
 (0)