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/02/28 07:37:33 UTC

[camel-k] 01/02: fix(release): fix OLM permissions in CSV

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

commit c03d0afc1cba1cb886c99f50182e7340c7d32594
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Fri Feb 28 08:30:31 2020 +0100

    fix(release): fix OLM permissions in CSV
---
 .../camel-k/1.0.0-rc2/camel-k.v1.0.0-rc2.clusterserviceversion.yaml    | 3 ++-
 .../1.0.0-snapshot/camel-k.v1.0.0-snapshot.clusterserviceversion.yaml  | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc2/camel-k.v1.0.0-rc2.clusterserviceversion.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc2/camel-k.v1.0.0-rc2.clusterserviceversion.yaml
index d2a37a3..381064c 100644
--- a/deploy/olm-catalog/camel-k/1.0.0-rc2/camel-k.v1.0.0-rc2.clusterserviceversion.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-rc2/camel-k.v1.0.0-rc2.clusterserviceversion.yaml
@@ -71,7 +71,7 @@ metadata:
     categories: Integration & Delivery
     certified: "false"
     containerImage: docker.io/apache/camel-k:1.0.0-RC2
-    createdAt: "2019-07-26T02:45:00Z"
+    createdAt: "2020-02-28T02:45:00Z"
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
     repository: https://github.com/apache/camel-k
@@ -240,6 +240,7 @@ spec:
           resources:
           - events
           verbs:
+          - create
           - get
           - list
           - watch
diff --git a/deploy/olm-catalog/camel-k/1.0.0-snapshot/camel-k.v1.0.0-snapshot.clusterserviceversion.yaml b/deploy/olm-catalog/camel-k/1.0.0-snapshot/camel-k.v1.0.0-snapshot.clusterserviceversion.yaml
index ac59dc0..70da1e8 100644
--- a/deploy/olm-catalog/camel-k/1.0.0-snapshot/camel-k.v1.0.0-snapshot.clusterserviceversion.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-snapshot/camel-k.v1.0.0-snapshot.clusterserviceversion.yaml
@@ -240,6 +240,7 @@ spec:
           resources:
           - events
           verbs:
+          - create
           - get
           - list
           - watch