Skip to content

Commit

Permalink
deps: update busybox docker tag (#3760)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
renovate[bot] and mowies authored Oct 16, 2024
1 parent 736a4ac commit 6bb6fe7
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/.helm-tests/lifecycle-only/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lifecycleOperator:
lifecycleOperator:
image:
repository: busybox
tag: 1.35
tag: 1.37
imagePullPolicy: Always
hostNetwork: true
scheduler:
Expand Down
2 changes: 1 addition & 1 deletion examples/sample-app/base/container-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
container:
name: testy-test
image: busybox:1.36.1
image: busybox:1.37.0
command:
- 'sh'
- '-c'
Expand Down
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.1
image: busybox:1.37.0
command: ['sh', '-c', 'sleep 30']
containers:
- name: server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ spec:
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
initContainers:
- name: init-myservice
image: busybox:1.36.1
image: busybox:1.37.0
command: ['sh', '-c', 'sleep 10']
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ spec:
command: ['sh', '-c', 'echo The app is running! && sleep infinity']
initContainers:
- name: init-myservice
image: busybox:1.36.1
image: busybox:1.37.0
command: ['sh', '-c', 'sleep 10']
2 changes: 1 addition & 1 deletion test/chainsaw/integration/container-runtime/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
spec:
containers:
- name: testy-test
image: busybox:1.36.1
image: busybox:1.37.0
env:
- name: KEPTN_CONTEXT
value: '{"workloadName":"waiter-waiter","appName":"waiter","appVersion":"","workloadVersion":"0.4","taskType":"pre","objectType":"Workload"}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
container:
name: testy-test
image: busybox:1.36.1
image: busybox:1.37.0
command:
- 'sh'
- '-c'
Expand Down
2 changes: 1 addition & 1 deletion test/chainsaw/integration/imagepullsecret/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
spec:
containers:
- name: testy-test
image: busybox:1.36.1
image: busybox:1.37.0
env:
- name: KEPTN_CONTEXT
value: '{"workloadName":"waiter-waiter","appName":"waiter","appVersion":"","workloadVersion":"0.4","taskType":"pre","objectType":"Workload"}'
Expand Down
2 changes: 1 addition & 1 deletion test/chainsaw/integration/imagepullsecret/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
ttlSecondsAfterFinished: 1000
container:
name: testy-test
image: busybox:1.36.1
image: busybox:1.37.0
command:
- 'sh'
- '-c'
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.1
image: busybox:1.37.0
command: ['sh', '-c', 'sleep 30']
containers:
- name: server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
terminationGracePeriodSeconds: 5
initContainers:
- name: init-myservice
image: busybox:1.36.1
image: busybox:1.37.0
command: ['sh', '-c', 'sleep 30']
containers:
- name: server
Expand Down
2 changes: 1 addition & 1 deletion test/chainsaw/integration/restartable-app/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
terminationGracePeriodSeconds: 5
initContainers:
- name: init-myservice
image: busybox:1.36.1
image: busybox:1.37.0
command: ['sh', '-c', 'sleep 30']
containers:
- name: server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
apiVersion: lifecycle.keptn.sh/v1
kind: KeptnWorkloadVersion
metadata:
name: waiter-waiter-1.35
name: waiter-waiter-1.36
status:
currentPhase: Completed
deploymentStatus: Succeeded
Expand All @@ -23,4 +23,4 @@ metadata:
apiVersion: lifecycle.keptn.sh/v1
kind: KeptnAppVersion
metadata:
name: waiter-1.35-6b86b273
name: waiter-1.36-6b86b273
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.35
- image: busybox:1.36 # 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.1
image: busybox:1.36 # step-00 needs to have an older image version compared to step-01
command: ['sh', '-c', 'sleep 10']
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
apiVersion: lifecycle.keptn.sh/v1
kind: KeptnWorkloadVersion
metadata:
name: waiter-waiter-1.36
name: waiter-waiter-1.37
spec:
metadata:
commit-id: "1234"
Expand All @@ -31,4 +31,4 @@ metadata:
apiVersion: lifecycle.keptn.sh/v1
kind: KeptnAppVersion
metadata:
name: waiter-1.36-d4735e3a
name: waiter-1.37-d4735e3a
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ spec:
keptn.sh/container: busybox
spec:
containers:
- image: busybox:1.36
- 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.1
image: busybox:1.37 # step-00 needs to have an older image version compared to step-01
command: ['sh', '-c', 'sleep 10']
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ spec:
restartPolicy: Never
containers:
- name: init-myservice
image: busybox:1.36.1
image: busybox:1.37.0
command: ['sh', '-c', 'sleep 60']
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
container:
name: keptntaskdefinition
image: busybox:1.36.1
image: busybox:1.37.0
resources:
limits:
memory: "200Mi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
container:
name: keptntaskdefinition
image: busybox:1.36.1
image: busybox:1.37.0
resources:
limits:
memory: "200Mi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
container:
name: keptntaskdefinition1
image: busybox:1.36.1
image: busybox:1.37.0
resources:
limits:
memory: "200Mi"
Expand Down
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.1
image: busybox:1.37.0
command: ['sh', '-c', 'sleep 30']

0 comments on commit 6bb6fe7

Please sign in to comment.