1
0

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

View File

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