rename ontime.getontime.no to cloud.getontime.no

This commit is contained in:
2025-10-27 13:29:33 -05:00
parent c4110b1ca8
commit 7df92dae49
10 changed files with 21 additions and 21 deletions

View File

@@ -28,8 +28,8 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
# This variable is used to construct full image tags for bundle and catalog images.
#
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
# getontime.no/ontime-operator-bundle:$VERSION and getontime.no/ontime-operator-catalog:$VERSION.
IMAGE_TAG_BASE ?= getontime.no/ontime-operator
# getontime/ontime-operator-bundle:$VERSION and getontime/ontime-operator-catalog:$VERSION.
IMAGE_TAG_BASE ?= getontime/ontime-operator
# BUNDLE_IMG defines the image:tag used for the bundle.
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)