Skip to content

Commit

Permalink
Also push image to Upbound Marketplace
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Turken <turkenh@gmail.com>
  • Loading branch information
turkenh committed Nov 2, 2023
1 parent 1a1f0f4 commit a9a4102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ KIND_VERSION = v0.20.0
# Due to the way that the shared build logic works, images should
# all be in folders at the same level (no additional levels of nesting).

REGISTRY_ORGS ?= docker.io/upbound
REGISTRY_ORGS ?= docker.io/upbound xpkg.upbound.io/upbound
IMAGES = crossplane
-include build/makelib/imagelight.mk

Expand Down
2 changes: 1 addition & 1 deletion cluster/local/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function check_context() {

# configure kind
KIND_NAME=${KIND_NAME:-"kind"}
IMAGE_REPOSITORY="xpkg.upbound.io/${PROJECT_NAME}/${PROJECT_NAME}"
IMAGE_REPOSITORY="xpkg.upbound.io/upbound/${PROJECT_NAME}"
case "${1:-}" in
up)
${KIND} create cluster --name "${KIND_NAME}" --image "${KUBE_IMAGE}" --wait 5m
Expand Down

0 comments on commit a9a4102

Please sign in to comment.