Skip to content

Commit 12bca5d

Browse files
committed
CLOUDP-363676: Skip the quay.io prefix on make bundle
1 parent 3622aa9 commit 12bca5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ endif
7474
BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
7575

7676
# Base registry for the operator, bundle, catalog images
77-
REGISTRY ?= quay.io/mongodb
77+
REGISTRY ?= mongodb
7878
# BUNDLE_IMG defines the image:tag used for the bundle.
7979
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
8080
BUNDLE_IMG ?= $(REGISTRY)/mongodb-atlas-kubernetes-operator-prerelease-bundle:$(VERSION)

0 commit comments

Comments
 (0)