File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ CONTAINER_PLATFORM ?= amd64
5858# This variable is used to construct full image tags for bundle and catalog images.
5959#
6060# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
61- # hybrid-cloud-patterns .io/patterns-operator-bundle:$VERSION and hybrid-cloud-patterns .io/patterns-operator-catalog:$VERSION.
62- IMAGE_TAG_BASE ?= quay.io/hybridcloudpatterns /$(OPERATOR_NAME ) -operator
61+ # quay .io/validatedpatterns/ patterns-operator-bundle:$VERSION and quay .io/validatedpatterns /patterns-operator-catalog:$VERSION.
62+ IMAGE_TAG_BASE ?= $( UPLOADREGISTRY ) /$(OPERATOR_NAME ) -operator
6363
6464# BUNDLE_IMG defines the image:tag used for the bundle.
6565# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ CATALOGSOURCE="test-pattern-operator"
55NS=" openshift-operators"
66OPERATOR=" patterns-operator"
77VERSION=" ${VERSION:- 6.6.6} "
8- REGISTRY=" ${REGISTRY:- kuemper.int.rhx/ bandini} "
98UPLOADREGISTRY=" ${UPLOADREGISTRY:- kuemper.int.rhx/ bandini} "
109
1110wait_for_resource () {
@@ -75,7 +74,7 @@ if [ $ret -ne 0 ]; then
7574 exit 1
7675fi
7776
78- make VERSION=${VERSION} UPLOADREGISTRY=" ${UPLOADREGISTRY} " IMAGE_TAG_BASE= ${REGISTRY} /patterns-operator CHANNELS=fast USE_IMAGE_DIGESTS=" " \
77+ make VERSION=${VERSION} UPLOADREGISTRY=" ${UPLOADREGISTRY} " CHANNELS=fast USE_IMAGE_DIGESTS=" " \
7978 manifests bundle generate docker-build docker-push bundle-build bundle-push catalog-build \
8079 catalog-push catalog-install
8180
You can’t perform that action at this time.
0 commit comments