We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb68e8 commit 7a0bf5eCopy full SHA for 7a0bf5e
deployment/operator/Makefile
@@ -35,7 +35,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
35
#
36
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
37
# ghcr.io/containers/nri-plugins-operator-bundle:$VERSION and ghcr.io/containers/nri-plugins-operator-catalog:$VERSION.
38
-IMAGE_TAG_BASE ?= ghcr.io/containers/nri-plugins-operator
+IMAGE_TAG_BASE ?= ghcr.io/containers/nri-plugins/nri-plugins-operator
39
40
# BUNDLE_IMG defines the image:tag used for the bundle.
41
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
0 commit comments