diff --git a/catalog.json b/catalog.json index 14671c0..2c6a606 100644 --- a/catalog.json +++ b/catalog.json @@ -1132,6 +1132,61 @@ "version": "redhat7111sb2" } }, + { + "name": "Red Hat Fuse - Circuit Breaker Example", + "description": "Booster to demonstrate Circuit Breaker pattern with Apache Camel.", + "repo": "https://github.com/jboss-fuse/fuse-springboot-circuit-breaker-booster", + "ref": "v7.12.0-redhat", + "metadata": { + "mission": "circuit-breaker", + "runtime": "fuse", + "version": "redhat7120" + } + }, + { + "name": "Red Hat Fuse - ConfigMap Example", + "description": "Booster to expose an HTTP Greeting endpoint using Apache Camel where the message is defined as a Kubernetes ConfigMap property.", + "repo": "https://github.com/jboss-fuse/fuse-configmap-booster", + "ref": "v7.12.0-redhat", + "metadata": { + "mission": "configmap", + "runtime": "fuse", + "version": "redhat7120" + } + }, + { + "name": "Red Hat Fuse - Health Check Example", + "description": "Booster to demonstrate OpenShift health probes working with Apache Camel through Spring Boot Actuator.", + "repo": "https://github.com/jboss-fuse/fuse-health-check-booster", + "ref": "v7.12.0-redhat", + "metadata": { + "mission": "health-check", + "runtime": "fuse", + "version": "redhat7120" + } + }, + { + "name": "Red Hat Fuse - Istio - Distributed Tracing", + "description": "Runs a Apache Camel application that utilizes Tracing on Istio", + "repo": "https://github.com/jboss-fuse/fuse-istio-distributed-tracing-booster", + "ref": "v7.12.0-redhat", + "metadata": { + "mission": "istio-distributed-tracing", + "runtime": "fuse", + "version": "redhat7120" + } + }, + { + "name": "Red Hat Fuse - HTTP Example", + "description": "Booster to expose a HTTP REST endpoint using Apache camel, Spring Boot and Undertow.", + "repo": "https://github.com/jboss-fuse/fuse-rest-http-booster", + "ref": "v7.12.0-redhat", + "metadata": { + "mission": "rest-http", + "runtime": "fuse", + "version": "redhat7120" + } + }, { "name": "Red Hat GoLang - CRUD Example", "description": "Runs a Golang application exposing a HTTP endpoint proposing CRUD operations", diff --git a/metadata.json b/metadata.json index dc2c3a4..b063a59 100644 --- a/metadata.json +++ b/metadata.json @@ -107,6 +107,10 @@ "id": "community", "name": "2.21.2 (Community)" }, + { + "id": "redhat7120", + "name": "7.12.0 (Red Hat Fuse)" + }, { "id": "redhat7111sb2", "name": "7.11.1 sb2 (Red Hat Fuse)"