File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ catalog-build-from-index: opm ## Build a catalog image.
331331 mkdir catalog
332332 $(OPM ) render $(CATALOG_BASE_IMG ) -o yaml > catalog/bundles.yaml
333333 $(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
334+ $(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
335335 $(OPM ) validate catalog
336336 $(OPM ) generate dockerfile catalog
337337 podman build . -f catalog.Dockerfile -t $(CATALOG_IMG )
You can’t perform that action at this time.
0 commit comments