Skip to content

Commit 7a0bf5e

Browse files
fmuyassarovaskervin
authored andcommitted
bug: fix image reference
Signed-off-by: Feruzjon Muyassarov <[email protected]>
1 parent 6eb68e8 commit 7a0bf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
3535
#
3636
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
3737
# 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
38+
IMAGE_TAG_BASE ?= ghcr.io/containers/nri-plugins/nri-plugins-operator
3939

4040
# BUNDLE_IMG defines the image:tag used for the bundle.
4141
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)

0 commit comments

Comments
 (0)