Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit f3ddfce

Browse files
author
Fabian Martinez
committed
use kind-registry for internal image
1 parent 39d15b6 commit f3ddfce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testsuite/utils/converters/converters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func ConvertersTestCase(suiteCtx *types.SuiteContext, testContext *types.TestCon
4646

4747
apicurioDebeziumImage := &types.OcpImageReference{
4848
ExternalImage: "localhost:5000/apicurio-debezium:latest-ci",
49-
InternalImage: "localhost:5000/apicurio-debezium:latest-ci",
49+
InternalImage: "kind-registry:5000/apicurio-debezium:latest-ci",
5050
}
5151

5252
if suiteCtx.IsOpenshift {

0 commit comments

Comments
 (0)