Skip to content

Commit 13566e9

Browse files
authored
Propagate REPLACES_VERSION param when generating catalog files (#291)
1 parent 12f785e commit 13566e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/catalog.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ catalog: $(OPM) ## Generate catalog content and validate.
3636
$(MAKE) $(CATALOG_DOCKERFILE)
3737
$(MAKE) $(CATALOG_FILE) LIMITADOR_OPERATOR_BUNDLE_IMG=$(LIMITADOR_OPERATOR_BUNDLE_IMG) \
3838
AUTHORINO_OPERATOR_BUNDLE_IMG=$(AUTHORINO_OPERATOR_BUNDLE_IMG) \
39-
BUNDLE_IMG=$(BUNDLE_IMG)
39+
BUNDLE_IMG=$(BUNDLE_IMG) \
40+
REPLACES_VERSION=$(REPLACES_VERSION)
4041
cd $(PROJECT_PATH)/catalog && $(OPM) validate kuadrant-operator-catalog
4142

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

0 commit comments

Comments
 (0)