You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/29 05:11:30 UTC

[camel-kamelets] branch main updated: Regen for commit d085023820d8364e2c39c5327df8eb5c5ecef76a

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 385b950  Regen for commit d085023820d8364e2c39c5327df8eb5c5ecef76a
385b950 is described below

commit 385b950d7686fbd6e074a51f09263a3e1f2241f9
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Thu Apr 29 05:10:00 2021 +0000

    Regen for commit d085023820d8364e2c39c5327df8eb5c5ecef76a
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../kamelets/aws-kinesis-firehose-sink.kamelet.yaml          |  2 +-
 .../src/main/resources/kamelets/aws-s3-sink.kamelet.yaml     |  2 +-
 .../src/main/resources/kamelets/aws-s3-source.kamelet.yaml   |  4 ++--
 .../main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml   |  2 +-
 .../src/main/resources/kamelets/aws-sns-sink.kamelet.yaml    |  2 +-
 .../main/resources/kamelets/aws-sqs-batch-sink.kamelet.yaml  |  2 +-
 .../main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml   |  2 +-
 .../src/main/resources/kamelets/aws-sqs-sink.kamelet.yaml    |  2 +-
 .../src/main/resources/kamelets/aws-sqs-source.kamelet.yaml  |  6 +++---
 .../resources/kamelets/azure-eventhubs-sink.kamelet.yaml     |  6 +++---
 .../resources/kamelets/azure-eventhubs-source.kamelet.yaml   | 12 ++++++------
 .../kamelets/azure-storage-blob-source.kamelet.yaml          |  2 +-
 .../src/main/resources/kamelets/bitcoin-source.kamelet.yaml  |  2 +-
 .../src/main/resources/kamelets/cassandra-sink.kamelet.yaml  |  4 ++--
 .../src/main/resources/kamelets/dropbox-sink.kamelet.yaml    |  4 ++--
 .../src/main/resources/kamelets/dropbox-source.kamelet.yaml  |  8 ++++----
 .../main/resources/kamelets/earthquake-source.kamelet.yaml   |  4 ++--
 .../kamelets/elasticsearch-search-source.kamelet.yaml        |  4 ++--
 .../src/main/resources/kamelets/exec-sink.kamelet.yaml       |  7 +++----
 .../src/main/resources/kamelets/fhir-source.kamelet.yaml     |  4 ++--
 .../main/resources/kamelets/file-watch-source.kamelet.yaml   |  4 ++--
 .../src/main/resources/kamelets/github-source.kamelet.yaml   |  2 +-
 .../main/resources/kamelets/google-mail-source.kamelet.yaml  |  8 ++++----
 .../src/main/resources/kamelets/http-source.kamelet.yaml     |  4 ++--
 .../main/resources/kamelets/infinispan-source.kamelet.yaml   |  7 +++----
 .../src/main/resources/kamelets/kafka-source.kamelet.yaml    |  2 +-
 .../src/main/resources/kamelets/minio-sink.kamelet.yaml      |  2 +-
 .../src/main/resources/kamelets/minio-source.kamelet.yaml    |  4 ++--
 .../src/main/resources/kamelets/nats-source.kamelet.yaml     |  6 +++---
 .../src/main/resources/kamelets/ssh-source.kamelet.yaml      | 10 +++++-----
 30 files changed, 64 insertions(+), 66 deletions(-)

diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/aws-kinesis-firehose-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/aws-kinesis-firehose-sink.kamelet.yaml
index 33ac7c4..7d992e7 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/aws-kinesis-firehose-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/aws-kinesis-firehose-sink.kamelet.yaml
@@ -19,7 +19,7 @@ spec:
       - region
     properties:
       streamName:
-        title: Stream name
+        title: Stream Name
         description: The name of the stream we want to send to data to
         type: string
       accessKey:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
index 5caafb2..85d061e 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-sink.kamelet.yaml
@@ -56,7 +56,7 @@ spec:
         type: string
         example: "http://another-s3-endpoint:9000"
       autoCreateBucket:
-        title: Autocreate bucket
+        title: Autocreate Bucket
         description: Setting the autocreation of the S3 bucket bucketName.
         type: boolean
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-source.kamelet.yaml
index 77f9bee..8c4ab4c 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/aws-s3-source.kamelet.yaml
@@ -23,7 +23,7 @@ spec:
         description: The S3 Bucket name or ARN
         type: string
       deleteAfterRead:
-        title: Auto-delete objects
+        title: Auto-delete Objects
         description: Delete objects after consuming them
         type: boolean
         x-descriptors:
@@ -47,7 +47,7 @@ spec:
         type: string
         example: eu-west-1
       autoCreateBucket:
-        title: Autocreate bucket
+        title: Autocreate Bucket
         description: Setting the autocreation of the S3 bucket bucketName. 
         type: boolean
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml
index 21bcc58..af43b31 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sns-fifo-sink.kamelet.yaml
@@ -45,7 +45,7 @@ spec:
         type: boolean
         default: false
       autoCreateTopic:
-        title: Autocreate topic
+        title: Autocreate Topic
         description: Setting the autocreation of the SNS topic. 
         type: boolean
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml
index 6a668e0..3925568 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sns-sink.kamelet.yaml
@@ -40,7 +40,7 @@ spec:
         type: string
         example: eu-west-1
       autoCreateTopic:
-        title: Autocreate topic
+        title: Autocreate Topic
         description: Setting the autocreation of the SNS topic. 
         type: boolean
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-batch-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-batch-sink.kamelet.yaml
index 8a95a76..56c15f7 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-batch-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-batch-sink.kamelet.yaml
@@ -41,7 +41,7 @@ spec:
         type: string
         example: eu-west-1
       autoCreateQueue:
-        title: Autocreate queue
+        title: Autocreate Queue
         description: Setting the autocreation of the SQS queue. 
         type: boolean
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml
index dd2a427..f4a07b9 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-fifo-sink.kamelet.yaml
@@ -45,7 +45,7 @@ spec:
         type: boolean
         default: false
       autoCreateQueue:
-        title: Autocreate queue
+        title: Autocreate Queue
         description: Setting the autocreation of the SQS queue. 
         type: boolean
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-sink.kamelet.yaml
index d4151fe..e45bd03 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-sink.kamelet.yaml
@@ -40,7 +40,7 @@ spec:
         type: string
         example: eu-west-1
       autoCreateQueue:
-        title: Autocreate queue
+        title: Autocreate Queue
         description: Setting the autocreation of the SQS queue. 
         type: boolean
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-source.kamelet.yaml
index 20e7326..47337b2 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/aws-sqs-source.kamelet.yaml
@@ -20,10 +20,10 @@ spec:
     properties:
       queueNameOrArn:
         title: Queue Name
-        description: The SQS Queue name or ARN
+        description: The SQS Queue Name or ARN
         type: string
       deleteAfterRead:
-        title: Auto-delete messages
+        title: Auto-delete Messages
         description: Delete messages after consuming them
         type: boolean
         x-descriptors:
@@ -47,7 +47,7 @@ spec:
         type: string
         example: eu-west-1
       autoCreateQueue:
-        title: Autocreate queue
+        title: Autocreate Queue
         description: Setting the autocreation of the SQS queue. 
         type: boolean
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-sink.kamelet.yaml
index 9208f06..0082ef6 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-sink.kamelet.yaml
@@ -29,16 +29,16 @@ spec:
         description: The eventhubs namespace
         type: string
       eventhubName:
-        title: Eventhubs name
+        title: Eventhubs Name
         description: The eventhub name
         type: boolean
         type: string
       sharedAccessName:
-        title: Share access name
+        title: Share Access Name
         description: EventHubs SAS key name
         type: string
       sharedAccessKey:
-        title: Share access key
+        title: Share Access Key
         description: The key for EventHubs SAS key name
         type: string
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-source.kamelet.yaml
index 863f3df..3a1ab67 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/azure-eventhubs-source.kamelet.yaml
@@ -26,30 +26,30 @@ spec:
         description: The eventhubs namespace
         type: string
       eventhubName:
-        title: Eventhubs name
+        title: Eventhubs Name
         description: The eventhub name
         type: boolean
         type: string
       sharedAccessName:
-        title: Share access name
+        title: Share Access Name
         description: EventHubs SAS key name
         type: string
       sharedAccessKey:
-        title: Share access key
+        title: Share Access Key
         description: The key for EventHubs SAS key name
         type: string
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
       blobAccountName:
-        title: Azure Storage Blob account name
+        title: Azure Storage Blob Account Name
         description: The name of the storage blob account to be use
         type: string
       blobContainerName:
-        title: Azure Storage Blob container name
+        title: Azure Storage Blob Container Name
         description: The name of the storage blob container to be use
         type: string
       blobAccessKey:
-        title: Azure Storage Blob access key
+        title: Azure Storage Blob Access Key
         description: The key for Azure Storage Blob service associated with the Blob account name
         type: string
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
index 93aa156..3b77cef 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/azure-storage-blob-source.kamelet.yaml
@@ -19,7 +19,7 @@ spec:
       - accessKey
     properties:
       period:
-        title: Period between polls
+        title: Period between Polls
         description: The interval between fetches to the Azure Storage Container in milliseconds
         type: integer
         default: 10000
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/bitcoin-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/bitcoin-source.kamelet.yaml
index 9d35788..21ccaa0 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/bitcoin-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/bitcoin-source.kamelet.yaml
@@ -14,7 +14,7 @@ spec:
       Provides a feed of the value of the Bitcoin compared to USDT using the Binance service.
     properties:
       period:
-        title: Period between updates
+        title: Period between Updates
         description: The interval between updates in milliseconds
         type: integer
         default: 10000
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/cassandra-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/cassandra-sink.kamelet.yaml
index 6a9d428..cf62e89 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/cassandra-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/cassandra-sink.kamelet.yaml
@@ -20,7 +20,7 @@ spec:
       - keyspace
       - username
       - password
-      - query
+      - preparedStatement
     properties:
       host:
         title: Host
@@ -53,7 +53,7 @@ spec:
         type: string
         default: ANY
       preparedStatement:
-        title: The Prepared statement
+        title: Prepared Statement
         description: The Prepared statement to execute against the Cassandra cluster table
         type: string
   dependencies:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/dropbox-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/dropbox-sink.kamelet.yaml
index ed060c1..bb072c9 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/dropbox-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/dropbox-sink.kamelet.yaml
@@ -31,11 +31,11 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
       clientIdentifier:
-        title: The client identifier
+        title: Client Identifier
         description: Dropbox App client Identifier
         type: string
       remotePath:
-        title: Remote path
+        title: Remote Path
         description: Original file or folder to work with
         type: string
       uploadMode:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/dropbox-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/dropbox-source.kamelet.yaml
index 5a1a3d4..19b1732 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/dropbox-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/dropbox-source.kamelet.yaml
@@ -20,7 +20,7 @@ spec:
       - query
     properties:
       period:
-        title: Period between polls
+        title: Period between Polls
         description: The interval between fetches to the Dropbox remote path in milliseconds
         type: integer
         default: 10000
@@ -31,15 +31,15 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
       clientIdentifier:
-        title: The client identifier
+        title: Client Identifier
         description: Dropbox App client Identifier
         type: string
       remotePath:
-        title: Remote path
+        title: Remote Path
         description: Original file or folder to work with
         type: string
       query:
-        title: Querys
+        title: Queries
         description: A space-separated list of sub-strings to search for. A file matches only if it contains all the sub-strings. If this option is not set, all files will be matched.
         type: string
   flow:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/earthquake-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/earthquake-source.kamelet.yaml
index 1954140..8afb6e6 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/earthquake-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/earthquake-source.kamelet.yaml
@@ -16,12 +16,12 @@ spec:
       Get data about current earthquake events happening in the world using the USGS API
     properties:
       period:
-        title: Period between polls
+        title: Period between Polls
         description: The interval between fetches to the earthquake API in milliseconds
         type: integer
         default: 60000
       lookAhead:
-        title: Look-ahead minutes
+        title: Look-ahead Minutes
         description: The amount of minutes to look ahead when starting the integration afresh
         type: integer
         default: 120
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/elasticsearch-search-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/elasticsearch-search-source.kamelet.yaml
index 83953bd..3aa8ce3 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/elasticsearch-search-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/elasticsearch-search-source.kamelet.yaml
@@ -51,7 +51,7 @@ spec:
         type: boolean
         default: true
       hostAddresses:
-        title: Host addresses
+        title: Host Addresses
         description: Comma separated list with ip:port formatted remote transport addresses to use.
         type: string
       indexName:
@@ -59,7 +59,7 @@ spec:
         description: The name of the index to act against.
         type: string
       clusterName:
-        title: ElasticSearch cluster name
+        title: ElasticSearch Cluster Name
         description: Name of the cluster.
         type: string
   dependencies:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/exec-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/exec-sink.kamelet.yaml
index 78bbadf..ed89525 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/exec-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/exec-sink.kamelet.yaml
@@ -15,15 +15,14 @@ spec:
 
       The Kamelet expects the following headers to be set:
 
-      - `args/ `ce-args`: as the args to be set on the executable.
+      - `args` / `ce-args`: as the args to be set on the executable.
 
       If the header won't be set the executable will be run without arguments.
     required:
-      - executable
-      - args
+    - executable
     properties:
       executable:
-        title: Executable command
+        title: Executable Command
         description: The command to execute
         type: string
   flow:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/fhir-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/fhir-source.kamelet.yaml
index 5d48f2f..f6b7cb8 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/fhir-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/fhir-source.kamelet.yaml
@@ -27,12 +27,12 @@ spec:
         type: string
         default: "/Patient"
       encoding:
-        title: encoding
+        title: Encoding
         description: Encoding to use for all request. Possible values are JSON and XML
         type: string
         default: "JSON"
       fhirVersion:
-        title: Fhir version
+        title: Fhir Version
         description: The FHIR Version to use. There are 6 enums and the value can be one of DSTU2, DSTU2_HL7ORG, DSTU2_1, DSTU3, R4, R5
         type: string
         default: "R4"
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/file-watch-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/file-watch-source.kamelet.yaml
index 415a7d4..c59a51a 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/file-watch-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/file-watch-source.kamelet.yaml
@@ -17,11 +17,11 @@ spec:
       - events
     properties:
       path:
-        title: The path
+        title: Path to Watch
         description: Path of file or folder to watch
         type: string
       events:
-        title: The events
+        title: Events
         description: The type of events to consume
         type: boolean
         default: "CREATE,MODIFY,DELETE"
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/github-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/github-source.kamelet.yaml
index 0adf74c..e63ac56 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/github-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/github-source.kamelet.yaml
@@ -33,7 +33,7 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
       type:
-        title: Event type
+        title: Event Type
         description: The type of event to consume. One of event, pullRequest, pullRequestComment or tag
         type: string
         default: event
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/google-mail-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/google-mail-source.kamelet.yaml
index ed4461c..c1abb1a 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/google-mail-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/google-mail-source.kamelet.yaml
@@ -25,7 +25,7 @@ spec:
         description: An index for the google mail endpoint
         type: string
       clientId:
-        title: Client Id
+        title: Client ID
         description: Client ID of the gmail application
         type: string
         x-descriptors:
@@ -58,19 +58,19 @@ spec:
         description: Google Mail application name
         type: string
       markAsRead:
-        title: Mark as read
+        title: Mark as Read
         description: Mark the message as read once it has been consumed
         type: boolean
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
         default: true
       labels:
-        title: Gmail labels
+        title: Gmail Labels
         description: Comma separated list of labels to take into account
         type: string
         example: "inbox"
       query:
-        title: Gmail query
+        title: Gmail Query
         description: The query to execute on gmail box
         type: string
         example: "is:unread -category:(promotions OR social)"
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/http-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/http-source.kamelet.yaml
index 39da2db..bcdc2cf 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/http-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/http-source.kamelet.yaml
@@ -17,12 +17,12 @@ spec:
     - url
     properties:
       period:
-        title: Period between updates
+        title: Period between Updates
         description: The interval between fetches in milliseconds
         type: integer
         default: 10000
       contentType:
-        title: Content type
+        title: Content Type
         description: The content type accepted for the resource
         type: string
         default: "application/json"
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml
index a28f560..3e9a57d 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/infinispan-source.kamelet.yaml
@@ -25,13 +25,12 @@ spec:
       - hosts
       - username
       - password
-      - hostAddresses
+      - hosts
     properties:
       hosts:
         title: Hosts
         description: Specifies the host of the cache on Infinispan instance
         type: String
-        default: 1000
       secure:
         title: Secure
         description: If the Infinispan instance is secured or not
@@ -61,7 +60,7 @@ spec:
         type: string
         default: "infinispan"
       eventTypes:
-        title: ElasticSearch cluster name
+        title: Infinispan Cluster Name
         description: Specifies the set of event types to register by the consumer.Multiple event can be separated by comma. The possible event types are CLIENT_CACHE_ENTRY_CREATED, CLIENT_CACHE_ENTRY_MODIFIED, CLIENT_CACHE_ENTRY_REMOVED, CLIENT_CACHE_ENTRY_EXPIRED, CLIENT_CACHE_FAILOVER
         type: string
   flow:
@@ -77,4 +76,4 @@ spec:
         securityServerName: "{{securityServerName}}"
         eventTypes: "{{eventTypes}}"
       steps:
-        - to: kamelet:sink
+        - to: kamelet:sink
\ No newline at end of file
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/kafka-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/kafka-source.kamelet.yaml
index 3dd616e..670f95a 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/kafka-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/kafka-source.kamelet.yaml
@@ -17,7 +17,7 @@ spec:
       - brokers
     properties:
       topic:
-        title: Topic names
+        title: Topic Names
         description: Comma separated list of Kafka topic names
         type: string
       brokers:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/minio-sink.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/minio-sink.kamelet.yaml
index 78e894c..0dc94d0 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/minio-sink.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/minio-sink.kamelet.yaml
@@ -46,7 +46,7 @@ spec:
         type: string
         example: http://localhost:9000
       autoCreateBucket:
-        title: Autocreate bucket
+        title: Autocreate Bucket
         description: Setting the autocreation of the S3 bucket bucketName. 
         type: boolean
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/minio-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/minio-source.kamelet.yaml
index da7e82a..f79c9bf 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/minio-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/minio-source.kamelet.yaml
@@ -23,7 +23,7 @@ spec:
         description: The Minio Bucket name
         type: string
       deleteAfterRead:
-        title: Auto-delete objects
+        title: Auto-delete Objects
         description: Delete objects after consuming them
         type: boolean
         x-descriptors:
@@ -47,7 +47,7 @@ spec:
         type: string
         example: http://localhost:9000
       autoCreateBucket:
-        title: Autocreate bucket
+        title: Autocreate Bucket
         description: Setting the autocreation of the S3 bucket bucketName. 
         type: boolean
         x-descriptors:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/nats-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/nats-source.kamelet.yaml
index ed5ee90..8ceee77 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/nats-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/nats-source.kamelet.yaml
@@ -17,11 +17,11 @@ spec:
       - servers
     properties:
       topic:
-        title: topic
+        title: Topic
         description: NATS Topic name
         type: string
-      brokers:
-        title: servers
+      servers:
+        title: Servers
         description: Comma separated list of NATS Servers
         type: string
   types:
diff --git a/camel-kamelets-catalog/src/main/resources/kamelets/ssh-source.kamelet.yaml b/camel-kamelets-catalog/src/main/resources/kamelets/ssh-source.kamelet.yaml
index b0533b0..773133e 100644
--- a/camel-kamelets-catalog/src/main/resources/kamelets/ssh-source.kamelet.yaml
+++ b/camel-kamelets-catalog/src/main/resources/kamelets/ssh-source.kamelet.yaml
@@ -20,22 +20,22 @@ spec:
       - pollCommand
     properties:
       host:
-        title: SSH Host
+        title: Host
         description: The SSH Host
         type: string
       port:
-        title: SSH Port
+        title: Port
         description: The SSH Port
         type: string
         default: 22
       username:
-        title: The SSH username
+        title: Username
         description: The SSH username to use
         type: string
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
       password:
-        title: The SSH password
+        title: Password
         description: The SSH password to use
         type: string
         x-descriptors:
@@ -46,7 +46,7 @@ spec:
         type: integer
         default: 500
       pollCommand:
-        title: The Poll command
+        title: Poll Command
         description: The command to run while polling the SSH session
         type: string
         example: date