You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/01/20 08:52:25 UTC

[camel-k] branch master updated: chore(olm): set empty spec in CSV to pass courier validation

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

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new 3155e77  chore(olm): set empty spec in CSV to pass courier validation
3155e77 is described below

commit 3155e77c3c792c313e3cef3a41184907ec59f736
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Fri Jan 17 14:34:16 2020 +0100

    chore(olm): set empty spec in CSV to pass courier validation
---
 assets/json-schema/CamelCatalog.json                         |  6 ++++++
 .../1.0.0-rc1/camel-k.v1.0.0-rc1.clusterserviceversion.yaml  | 12 ++++++++----
 .../camel-k.v1.0.0-rc2-snapshot.clusterserviceversion.yaml   | 12 ++++++++----
 3 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/assets/json-schema/CamelCatalog.json b/assets/json-schema/CamelCatalog.json
index 87aab60..341c999 100644
--- a/assets/json-schema/CamelCatalog.json
+++ b/assets/json-schema/CamelCatalog.json
@@ -33,6 +33,12 @@
         "groupId": {
           "type": "string"
         },
+        "javaTypes": {
+          "items": {
+            "type": "string"
+          },
+          "type": "array"
+        },
         "languages": {
           "items": {
             "type": "string"
diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc1/camel-k.v1.0.0-rc1.clusterserviceversion.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1/camel-k.v1.0.0-rc1.clusterserviceversion.yaml
index 543eb5d..70a09f3 100644
--- a/deploy/olm-catalog/camel-k/1.0.0-rc1/camel-k.v1.0.0-rc1.clusterserviceversion.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-rc1/camel-k.v1.0.0-rc1.clusterserviceversion.yaml
@@ -25,7 +25,8 @@ metadata:
         "kind": "IntegrationPlatform",
         "metadata": {
           "name": "example"
-        }
+        },
+        "spec": {}
       },
       {
         "apiVersion": "camel.apache.org/v1",
@@ -47,21 +48,24 @@ metadata:
         "kind": "IntegrationKit",
         "metadata": {
           "name": "example"
-        }
+        },
+        "spec": {}
       },
       {
         "apiVersion": "camel.apache.org/v1",
         "kind": "CamelCatalog",
         "metadata": {
           "name": "example"
-        }
+        },
+        "spec": {}
       },
       {
         "apiVersion": "camel.apache.org/v1",
         "kind": "Build",
         "metadata": {
           "name": "example"
-        }
+        },
+        "spec": {}
       }]
     capabilities: Basic Install
     categories: Integration & Delivery
diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/camel-k.v1.0.0-rc2-snapshot.clusterserviceversion.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/camel-k.v1.0.0-rc2-snapshot.clusterserviceversion.yaml
index 97e04fb..8e24d3c 100644
--- a/deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/camel-k.v1.0.0-rc2-snapshot.clusterserviceversion.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/camel-k.v1.0.0-rc2-snapshot.clusterserviceversion.yaml
@@ -25,7 +25,8 @@ metadata:
         "kind": "IntegrationPlatform",
         "metadata": {
           "name": "example"
-        }
+        },
+        "spec": {}
       },
       {
         "apiVersion": "camel.apache.org/v1",
@@ -47,21 +48,24 @@ metadata:
         "kind": "IntegrationKit",
         "metadata": {
           "name": "example"
-        }
+        },
+        "spec": {}
       },
       {
         "apiVersion": "camel.apache.org/v1",
         "kind": "CamelCatalog",
         "metadata": {
           "name": "example"
-        }
+        },
+        "spec": {}
       },
       {
         "apiVersion": "camel.apache.org/v1",
         "kind": "Build",
         "metadata": {
           "name": "example"
-        }
+        },
+        "spec": {}
       }]
     capabilities: Basic Install
     categories: Integration & Delivery