This is an automated email from the ASF dual-hosted git repository.
acosentino 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 0a8035a #1524 set the OLM channel used on install to 'stable'
new 0f89993 Merge pull request #1527 from ipolyzos/#1524-olm-channel-fix
0a8035a is described below
commit 0a8035a4f20a7779c8eff01d77a7ffcc91bb2d40
Author: Ioannis Polyzos <[email protected]>
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"