From 670ee9e4bd34eb3c04774161ee7ec2a517f010fe Mon Sep 17 00:00:00 2001 From: Enxebre Date: Wed, 10 Jun 2020 12:45:38 +0200 Subject: [PATCH] Drop registry.fedoraproject.org/fedora:30 in favour of quay.io/fedora/fedora:32-x86_64 This test was failing because of registry.fedoraproject.org being down. We want to consistently rely on quay for any adhoc image we need to run. --- test/extended/csrapprover/csrapprover.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/extended/csrapprover/csrapprover.go b/test/extended/csrapprover/csrapprover.go index 3860311e5c13..8c273db07ee7 100644 --- a/test/extended/csrapprover/csrapprover.go +++ b/test/extended/csrapprover/csrapprover.go @@ -42,9 +42,9 @@ var _ = g.Describe("node client cert requests armoring:", func() { } // the /config/master API port+endpoint is only visible from inside the cluster - // (-> we need to create a pod to try to reach it) and contains the token + // (-> we need to create a pod to try to reach it) and contains the token // of the node-bootstrapper SA, so no random pods should be able to see it - pod, err := exutil.NewPodExecutor(oc, "get-bootstrap-creds", "registry.fedoraproject.org/fedora:30") + pod, err := exutil.NewPodExecutor(oc, "get-bootstrap-creds", "quay.io/fedora/fedora:32-x86_64") o.Expect(err).NotTo(o.HaveOccurred()) // get the API server URL, mutate to internal API (use infra.Status.APIServerURLInternal) once API is bumped