Skip to content

Commit

Permalink
Merge pull request #114 from razo7/fix-must-gather-repo-location
Browse files Browse the repository at this point in the history
Fix must-gather repo location
  • Loading branch information
openshift-merge-bot[bot] committed Jan 30, 2024
2 parents 5cb0cee + 9eb5306 commit d6a6341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ CATALOG_IMG ?= $(IMAGE_TAG_BASE)-catalog:$(IMAGE_TAG)
# Image URL to use all building/pushing image targets
IMG ?= $(IMAGE_TAG_BASE):$(IMAGE_TAG)

MUST_GATHER_IMAGE ?= $(IMAGE_TAG_BASE)-must-gather:$(IMAGE_TAG)
MUST_GATHER_IMAGE ?= node-maintenance-must-gather:$(IMAGE_TAG)

# BUNDLE_GEN_FLAGS are the flags passed to the operator-sdk generate bundle command
BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS)
Expand Down

0 comments on commit d6a6341

Please sign in to comment.