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
commit 1bb4d042f6a85d152065f7f8394bd3925b84d775 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed May 5 14:36:19 2021 +0200 Add group label to all kamelets - Azure Storage Blob --- azure-storage-blob-sink.kamelet.yaml | 1 + azure-storage-blob-source.kamelet.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/azure-storage-blob-sink.kamelet.yaml b/azure-storage-blob-sink.kamelet.yaml index fa3b4e8..a55fde8 100644 --- a/azure-storage-blob-sink.kamelet.yaml +++ b/azure-storage-blob-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: "Azure Storage Blob" spec: definition: title: "Azure Storage Blob Sink" diff --git a/azure-storage-blob-source.kamelet.yaml b/azure-storage-blob-source.kamelet.yaml index 0620208..59e6026 100644 --- a/azure-storage-blob-source.kamelet.yaml +++ b/azure-storage-blob-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: "Azure Storage Blob" spec: definition: title: "Azure Storage Blob Source"
