From 2ee31bdec501289237a998ba50a1e255c7a8ffb9 Mon Sep 17 00:00:00 2001 From: Amo Chumber Date: Sat, 31 Jul 2021 23:37:57 +0100 Subject: [PATCH] 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. --- deploy/test-pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/test-pod.yaml b/deploy/test-pod.yaml index e5e7b7fe..fd150601 100644 --- a/deploy/test-pod.yaml +++ b/deploy/test-pod.yaml @@ -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: