From b3d60b69412ec9ec70be6fd6881447abfc9183bc Mon Sep 17 00:00:00 2001 From: gangwgr Date: Wed, 24 Jun 2026 10:14:26 +0530 Subject: [PATCH] add minio image to allowed list --- pkg/monitortests/testframework/knownimagechecker/monitortest.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/monitortests/testframework/knownimagechecker/monitortest.go b/pkg/monitortests/testframework/knownimagechecker/monitortest.go index 55aa1fd5c021..4885eba5bb43 100644 --- a/pkg/monitortests/testframework/knownimagechecker/monitortest.go +++ b/pkg/monitortests/testframework/knownimagechecker/monitortest.go @@ -107,6 +107,7 @@ func (w *clusterImageValidator) EvaluateTestsFromConstructedIntervals(ctx contex // used by builds tests. // For OKD, samples imports mysql from quay.io. including this prevents the test from failing "registry.redhat.io/rhel8/mysql-80:latest", + "quay.io/minio/minio:RELEASE.2025-09-07T16-13-09Z", ) if len(fromRepository) > 0 { allowedPrefixes.Insert(fromRepository)