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 <anto...@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