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

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

commit 58f2dc92e64767496b5425990e3b0d8d4c6701e5
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed May 5 14:02:24 2021 +0200

    Add group label to all kamelets - AWS SQS
---
 aws-sqs-batch-sink.kamelet.yaml | 1 +
 aws-sqs-fifo-sink.kamelet.yaml  | 1 +
 aws-sqs-sink.kamelet.yaml       | 1 +
 aws-sqs-source.kamelet.yaml     | 1 +
 4 files changed, 4 insertions(+)

diff --git a/aws-sqs-batch-sink.kamelet.yaml b/aws-sqs-batch-sink.kamelet.yaml
index a1100a8..9389466 100644
--- a/aws-sqs-batch-sink.kamelet.yaml
+++ b/aws-sqs-batch-sink.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: sink
+    camel.apache.org/kamelet.group: "AWS SQS"
 spec:
   definition:
     title: AWS SQS Batch Sink
diff --git a/aws-sqs-fifo-sink.kamelet.yaml b/aws-sqs-fifo-sink.kamelet.yaml
index 0417d29..33ab834 100644
--- a/aws-sqs-fifo-sink.kamelet.yaml
+++ b/aws-sqs-fifo-sink.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: sink
+    camel.apache.org/kamelet.group: "AWS SQS"
 spec:
   definition:
     title: AWS SQS FIFO Sink
diff --git a/aws-sqs-sink.kamelet.yaml b/aws-sqs-sink.kamelet.yaml
index 94e7b89..0715edd 100644
--- a/aws-sqs-sink.kamelet.yaml
+++ b/aws-sqs-sink.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: sink
+    camel.apache.org/kamelet.group: "AWS SQS"
 spec:
   definition:
     title: AWS SQS Sink
diff --git a/aws-sqs-source.kamelet.yaml b/aws-sqs-source.kamelet.yaml
index df46b6d..1402ae8 100644
--- a/aws-sqs-source.kamelet.yaml
+++ b/aws-sqs-source.kamelet.yaml
@@ -7,6 +7,7 @@ metadata:
     camel.apache.org/provider: "Apache Software Foundation"
   labels:
     camel.apache.org/kamelet.type: "source"
+    camel.apache.org/kamelet.group: "AWS SQS"
 spec:
   definition:
     title: "AWS SQS Source"

Reply via email to