TriggerMesh Cloud Native Integration Platform
Signed-off-by: Matt Ray <github@mattray.dev>pull/316/head
parent
c18df031c7
commit
6967576251
|
@ -0,0 +1,5 @@
|
||||||
|
# TriggerMesh Cloud Native Integration Platform
|
||||||
|
|
||||||
|
The [TriggerMesh Cloud Native Integration Platform](https://github.com/triggermesh/triggermesh) consists of a set of APIs which allow you to build event-driven applications with [Knative](https://knative.dev). Implemented as a set of Kubernetes CRDs and a Kubernetes controller, TriggerMesh gives you a way to declaratively define your event sources and event targets, in addition to potential actions needed in your applications: content-based event filtering, event splitting, event transformation and event processing via functions.
|
||||||
|
|
||||||
|
Learn more at [docs.triggermesh.io](https://docs.triggermesh.io/).
|
|
@ -0,0 +1,26 @@
|
||||||
|
--- charts-original/Chart.yaml
|
||||||
|
+++ charts/Chart.yaml
|
||||||
|
@@ -4,3 +4,23 @@
|
||||||
|
name: triggermesh
|
||||||
|
type: application
|
||||||
|
version: 0.3.4
|
||||||
|
+kubeVersion: ">= 1.20"
|
||||||
|
+annotations:
|
||||||
|
+ catalog.cattle.io/certified: partner
|
||||||
|
+ catalog.cattle.io/release-name: triggermesh
|
||||||
|
+ catalog.cattle.io/display-name: TriggerMesh Cloud Native Integration Platform
|
||||||
|
+icon: https://global-uploads.webflow.com/5f683649f57c927210b6707e/5f683649f57c9261bab67097_logo.svg
|
||||||
|
+home: https://github.com/triggermesh/triggermesh
|
||||||
|
+keywords:
|
||||||
|
+- aws
|
||||||
|
+- eda
|
||||||
|
+- knative-eventing
|
||||||
|
+- serverless
|
||||||
|
+- triggermesh
|
||||||
|
+maintainers:
|
||||||
|
+- email: sameer@triggermesh.com
|
||||||
|
+ name: sameersbn
|
||||||
|
+- email: antoine@triggermesh.com
|
||||||
|
+ name: antoineco
|
||||||
|
+- email: matt@triggermesh.com
|
||||||
|
+ name: mattray
|
|
@ -0,0 +1,2 @@
|
||||||
|
url: https://storage.googleapis.com/triggermesh-charts/triggermesh-0.3.4.tgz
|
||||||
|
packageVersion: 01
|
Loading…
Reference in New Issue