You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2021/07/09 13:58:52 UTC

[camel-k] branch release-1.5.x updated: chore(release): disable old olm format

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

nferraro pushed a commit to branch release-1.5.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.5.x by this push:
     new 7686645  chore(release): disable old olm format
7686645 is described below

commit 7686645edcb2c3cbdf20638a544d1a50170988de
Author: nicolaferraro <ni...@gmail.com>
AuthorDate: Fri Jul 9 15:57:30 2021 +0200

    chore(release): disable old olm format
---
 script/gen_crd.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/script/gen_crd.sh b/script/gen_crd.sh
index 60ff12b..2bfb8c7 100755
--- a/script/gen_crd.sh
+++ b/script/gen_crd.sh
@@ -64,8 +64,7 @@ deploy_crd() {
   plural=$2
 
   deploy_crd_file ./config/crd/bases/camel.apache.org_"$plural".yaml \
-    ./helm/camel-k/crds/crd-"$name".yaml \
-    ./deploy/olm-catalog/camel-k-dev/"$version"/camel.apache.org_"$plural".yaml
+    ./helm/camel-k/crds/crd-"$name".yaml
 }
 
 deploy_crd build builds