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.
parent e289a212
...@@ -5,7 +5,7 @@ metadata: ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment