@@ -63,10 +63,10 @@ pushed to your docker repository.
6363` make images ` requires docker or podman to build images, by setting
6464` ON_CLUSTER_BUILDS=true ` env variable, ` make images ` will build images
6565using OpenShift Build and they will be available at the in-cluster
66- registry ` image-registry.openshift-image-registry.svc:5000/openshift-marketplace /<image_name> ` .
66+ registry ` image-registry.openshift-image-registry.svc:5000/openshift-serverless-builds /<image_name> ` .
6767
6868To install the system using those images, use
69- ` DOCKER_REPO_OVERRIDE=image-registry.openshift-image-registry.svc:5000/openshift-marketplace `
69+ ` DOCKER_REPO_OVERRIDE=image-registry.openshift-image-registry.svc:5000/openshift-serverless-builds `
7070
7171### Installing the system
7272
@@ -227,7 +227,7 @@ changed usually are `project.version`, `olm.replaces` and `olm.skipRange`.
227227Next, add the now outdated version of serverless-operator to the CatalogSource deployment
228228in [ catalogsource.bash] ( ./hack/lib/catalogsource.bash ) . The image to be added usually has
229229the following format: ` registry.ci.openshift.org/openshift/openshift-serverless-$OLD_VERSION:serverless-bundle ` .
230- Add it before the "current" image, which is ` image-registry.openshift-image-registry.svc:5000/$OLM_NAMESPACE /serverless-bundle ` .
230+ Add it before the "current" image, which is ` image-registry.openshift-image-registry.svc:5000/openshift-serverless-builds /serverless-bundle ` .
231231
232232After the changes are done, commit them and run ` make generated-files ` . All manifests
233233will now be updated accordingly. It's encouraged to commit the generated changes
0 commit comments