This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-2.3.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 781e5072b22ca0b1061b24901318783eb7f43dc7 Author: Pasquale Congiusti <[email protected]> AuthorDate: Wed Jun 5 09:36:08 2024 +0200 fix(ci): OLM annotation syntax --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 731a35733..e2ecc4c61 100644 --- a/script/Makefile +++ b/script/Makefile @@ -684,7 +684,7 @@ bundle: set-version kustomize operator-sdk pre-bundle $(BUNDLE_CAMEL_APIS) # Rename the CSV name to conform with the existing released operator versions # This cannot happen in pre-bundle as the operator-sdk generation expects a CSV name the same as PACKAGE @sed -i "s/^ name: $(CSV_NAME)/ name: $(CSV_PRODUCTION_NAME)/" $(CSV_PRODUCTION_PATH) - @echo " com.redhat.openshift.versions : $(BUNDLE_METADATA_OPENSHIFT_VERSION)" >> ./bundle/metadata/annotations.yaml + @echo " com.redhat.openshift.versions: $(BUNDLE_METADATA_OPENSHIFT_VERSION)" >> ./bundle/metadata/annotations.yaml $(OPERATOR_SDK) bundle validate ./bundle # Build the bundle image.
