Skip to content

Commit

Permalink
Propagate REPLACES_VERSION param when generating catalog files (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Nov 6, 2023
1 parent 12f785e commit 13566e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make/catalog.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ catalog: $(OPM) ## Generate catalog content and validate.
$(MAKE) $(CATALOG_DOCKERFILE)
$(MAKE) $(CATALOG_FILE) LIMITADOR_OPERATOR_BUNDLE_IMG=$(LIMITADOR_OPERATOR_BUNDLE_IMG) \
AUTHORINO_OPERATOR_BUNDLE_IMG=$(AUTHORINO_OPERATOR_BUNDLE_IMG) \
BUNDLE_IMG=$(BUNDLE_IMG)
BUNDLE_IMG=$(BUNDLE_IMG) \
REPLACES_VERSION=$(REPLACES_VERSION)
cd $(PROJECT_PATH)/catalog && $(OPM) validate kuadrant-operator-catalog

# Build a catalog image by adding bundle images to an empty catalog using the operator package manager tool, 'opm'.
Expand Down

0 comments on commit 13566e9

Please sign in to comment.