test: update image used by test-pod
Changing the images used in the test-pod to a more recent tag that also has multi-arch builds. Previously on an arm processor the test-pod would show Failed with not much hints as to why.
This commit is contained in:
parent
e289a21201
commit
2ee31bdec5
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: test-pod
|
- name: test-pod
|
||||||
image: gcr.io/google_containers/busybox:1.24
|
image: busybox:stable
|
||||||
command:
|
command:
|
||||||
- "/bin/sh"
|
- "/bin/sh"
|
||||||
args:
|
args:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue