Skip to content

Commit fa5c1fc

Browse files
authored
fix SO on-cluster builds namespace move (#2114)
1 parent 77c2d54 commit fa5c1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/e2e-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ EOF
9292
local failed=0
9393
pushd $operator_dir || return $?
9494
export ON_CLUSTER_BUILDS=true
95-
export DOCKER_REPO_OVERRIDE=image-registry.openshift-image-registry.svc:5000/openshift-marketplace
95+
export DOCKER_REPO_OVERRIDE=image-registry.openshift-image-registry.svc:5000/openshift-serverless-builds
9696
if [[ ${INSTALL_KEDA} == "true" ]]; then
9797
make OPENSHIFT_CI="true" TRACING_BACKEND=zipkin \
9898
generated-files images install-tracing install-kafka-with-keda || failed=$?

0 commit comments

Comments
 (0)