This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new c90662fc2 fix(ci): OLM annotation syntax
c90662fc2 is described below
commit c90662fc2fcbd9d870618899b982f379a3aaf893
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 49d919ca7..42310fcf0 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -725,7 +725,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.