Merge pull request #31989 from guettli/31930__fix_busybox_image_1.28

fix busybox image to version 1.28
This commit is contained in:
Kubernetes Prow Robot
2022-03-25 15:45:59 -07:00
committed by GitHub
30 changed files with 49 additions and 49 deletions
@@ -180,7 +180,7 @@ spec:
spec:
containers:
- name: hello
image: busybox
image: busybox:1.28
command: ['sh', '-c', 'echo "Hello, Kubernetes!" && sleep 3600']
restartPolicy: OnFailure
# The pod template ends here