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:
@@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: test-pod
|
||||
image: gcr.io/google_containers/busybox:1.24
|
||||
image: busybox:stable
|
||||
command:
|
||||
- "/bin/sh"
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user