You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2019/10/11 10:03:18 UTC

[camel-k] 03/05: fix(OLM): Add required default channel to package manifest

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

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

commit 218114d5effa3695046d705ef3e71a943992b45a
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Fri Oct 11 10:55:00 2019 +0200

    fix(OLM): Add required default channel to package manifest
---
 deploy/olm-catalog/camel-k/camel-k.package.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/deploy/olm-catalog/camel-k/camel-k.package.yaml b/deploy/olm-catalog/camel-k/camel-k.package.yaml
index 7745dc1..a9318de 100644
--- a/deploy/olm-catalog/camel-k/camel-k.package.yaml
+++ b/deploy/olm-catalog/camel-k/camel-k.package.yaml
@@ -19,3 +19,4 @@ packageName: camel-k
 channels:
 - name: alpha
   currentCSV: camel-k-operator.v1.0.0-m2
+defaultChannel: alpha