This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch backport-oneliner in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 3e7c5a492783ba7cd523191998dd2f9f47812739 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Sep 1 12:08:52 2025 +0200 Kamelets Catalog - Make the description a one liner - Bitcoin source (#2557) Signed-off-by: Andrea Cosentino <[email protected]> --- docs/modules/ROOT/partials/bitcoin-source-description.adoc | 3 +++ kamelets/bitcoin-source.kamelet.yaml | 3 +-- .../src/main/resources/kamelets/bitcoin-source.kamelet.yaml | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/partials/bitcoin-source-description.adoc b/docs/modules/ROOT/partials/bitcoin-source-description.adoc new file mode 100644 index 000000000..22a7fcd6e --- /dev/null +++ b/docs/modules/ROOT/partials/bitcoin-source-description.adoc @@ -0,0 +1,3 @@ +== Bitcoin Source Kamelet Description + +This is a simple Kamelet providing a feed of the value of the Bitcoin compared to USDT using the Binance service. diff --git a/kamelets/bitcoin-source.kamelet.yaml b/kamelets/bitcoin-source.kamelet.yaml index a55f0c170..d56dbde49 100644 --- a/kamelets/bitcoin-source.kamelet.yaml +++ b/kamelets/bitcoin-source.kamelet.yaml @@ -30,8 +30,7 @@ metadata: spec: definition: title: "Bitcoin Source" - description: |- - Provides a feed of the value of the Bitcoin compared to USDT using the Binance service. + description: Provides a feed of the value of the Bitcoin compared to USDT using the Binance service. type: object properties: period: diff --git a/library/camel-kamelets/src/main/resources/kamelets/bitcoin-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/bitcoin-source.kamelet.yaml index a55f0c170..d56dbde49 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/bitcoin-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/bitcoin-source.kamelet.yaml @@ -30,8 +30,7 @@ metadata: spec: definition: title: "Bitcoin Source" - description: |- - Provides a feed of the value of the Bitcoin compared to USDT using the Binance service. + description: Provides a feed of the value of the Bitcoin compared to USDT using the Binance service. type: object properties: period:
