We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f785e commit 13566e9Copy full SHA for 13566e9
make/catalog.mk
@@ -36,7 +36,8 @@ catalog: $(OPM) ## Generate catalog content and validate.
36
$(MAKE) $(CATALOG_DOCKERFILE)
37
$(MAKE) $(CATALOG_FILE) LIMITADOR_OPERATOR_BUNDLE_IMG=$(LIMITADOR_OPERATOR_BUNDLE_IMG) \
38
AUTHORINO_OPERATOR_BUNDLE_IMG=$(AUTHORINO_OPERATOR_BUNDLE_IMG) \
39
- BUNDLE_IMG=$(BUNDLE_IMG)
+ BUNDLE_IMG=$(BUNDLE_IMG) \
40
+ REPLACES_VERSION=$(REPLACES_VERSION)
41
cd $(PROJECT_PATH)/catalog && $(OPM) validate kuadrant-operator-catalog
42
43
# Build a catalog image by adding bundle images to an empty catalog using the operator package manager tool, 'opm'.
0 commit comments