This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch olm-backport-1.0.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 53d3d9bbe8ab26bd2cc84d91ddff777523d77ec4 Author: Ioannis Polyzos <i.poly...@gmail.com> AuthorDate: Sun Jun 14 11:20:16 2020 +0100 #1524 set the OLM channel used on install to 'stable' --- pkg/util/olm/operator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/olm/operator.go b/pkg/util/olm/operator.go index e6ce7e7..09d0e99 100644 --- a/pkg/util/olm/operator.go +++ b/pkg/util/olm/operator.go @@ -40,7 +40,7 @@ var DefaultOperatorName = "camel-k-operator" var DefaultPackage = "camel-k" // DefaultChannel is the distribution channel in Operator Hub -var DefaultChannel = "alpha" +var DefaultChannel = "stable" // DefaultSource is the name of the operator source where the operator is published var DefaultSource = "community-operators"