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

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


The following commit(s) were added to refs/heads/main by this push:
     new f353cbe  Adds OLM channels to bundle metadata
f353cbe is described below

commit f353cbee5a00bc109f76bd4ad6c4651645701a1a
Author: phantomjinx <[email protected]>
AuthorDate: Wed Feb 16 10:15:42 2022 +0000

    Adds OLM channels to bundle metadata
    
    * Adds the additional stable, candidate and latest
      channels for OLM provisioning
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 461815c..0ce2193 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -48,7 +48,7 @@ LINT_DEADLINE := 10m
 
 
 # olm bundle vars
-CHANNELS ?= $(OPERATOR_VERSION)
+CHANNELS ?= $(OPERATOR_VERSION),candidate,stable,latest
 DEFAULT_CHANNEL ?= $(OPERATOR_VERSION)
 PACKAGE := camel-k
 CSV_VERSION := $(CUSTOM_VERSION:-SNAPSHOT=)

Reply via email to