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:
Amo Chumber 2021-07-31 23:37:57 +01:00
parent e289a21201
commit 2ee31bdec5
No known key found for this signature in database
GPG Key ID: 822F159EBEFB9563
1 changed files with 1 additions and 1 deletions

View File

@ -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: