From c135835d54ff7b0972d0e1f5ef39868df2119776 Mon Sep 17 00:00:00 2001 From: Steven Borrelli Date: Tue, 4 Jun 2024 10:46:40 +0200 Subject: [PATCH 1/2] change registry location Signed-off-by: Steven Borrelli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 756d50c..1b96863 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ UPTEST_VERSION = v0.11.1 # ==================================================================================== # Setup Images -REGISTRY_ORGS ?= xpkg.upbound.io/upbound +REGISTRY_ORGS ?= xpkg.upbound.io/crossplane-contrib IMAGES = $(PROJECT_NAME) -include build/makelib/imagelight.mk From 737e212a71a68a29830cdceff7b06e3db785ed96 Mon Sep 17 00:00:00 2001 From: Steven Borrelli Date: Tue, 4 Jun 2024 11:25:37 +0200 Subject: [PATCH 2/2] update org Signed-off-by: Steven Borrelli --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1b96863..832fa22 100644 --- a/Makefile +++ b/Makefile @@ -69,10 +69,10 @@ IMAGES = $(PROJECT_NAME) # ==================================================================================== # Setup XPKG -XPKG_REG_ORGS ?= xpkg.upbound.io/upbound +XPKG_REG_ORGS ?= xpkg.upbound.io/crossplane-contrib # NOTE(hasheddan): skip promoting on xpkg.upbound.io as channel tags are # inferred. -XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/upbound +XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/crossplane-contrib XPKGS = $(PROJECT_NAME) -include build/makelib/xpkg.mk