Skip to content

Commit d4eefea

Browse files
Merge pull request #457 from darkdoc/change_image_location
chore: Change quay registry to the new registry (validatepatterns)
2 parents 1dc8f2d + 8ec8163 commit d4eefea

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>)

hack/operator-build-deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ CATALOGSOURCE="test-pattern-operator"
55
NS="openshift-operators"
66
OPERATOR="patterns-operator"
77
VERSION="${VERSION:-6.6.6}"
8-
REGISTRY="${REGISTRY:-kuemper.int.rhx/bandini}"
98
UPLOADREGISTRY="${UPLOADREGISTRY:-kuemper.int.rhx/bandini}"
109

1110
wait_for_resource() {
@@ -75,7 +74,7 @@ if [ $ret -ne 0 ]; then
7574
exit 1
7675
fi
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

0 commit comments

Comments
 (0)