We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd87dcd commit 2e3d952Copy full SHA for 2e3d952
Makefile
@@ -331,7 +331,7 @@ catalog-build-from-index: opm ## Build a catalog image.
331
mkdir catalog
332
$(OPM) render $(CATALOG_BASE_IMG) -o yaml > catalog/bundles.yaml
333
$(OPM) render $(BUNDLE_IMG) $(OPM_BUNDLE_OPT) > catalog/codeflare-operator-bundle.yaml
334
- $(SED) -i -E "s/(.*)(- name: codeflare-operator.$(PREVIOUS_VERSION).*)/\1- name: codeflare-operator.$(VERSION)\n replaces: codeflare-operator.$(PREVIOUS_VERSION)\n\2/" catalog/bundles.yaml
+ $(SED) -i -E "s/(.*)(- name: codeflare-operator.v0.2.0)/\1- name: codeflare-operator.$(VERSION)\n replaces: codeflare-operator.$(PREVIOUS_VERSION)\n\2/" catalog/bundles.yaml
335
$(OPM) validate catalog
336
$(OPM) generate dockerfile catalog
337
podman build . -f catalog.Dockerfile -t $(CATALOG_IMG)
0 commit comments