You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/17 17:12:14 UTC

[camel-k] branch master updated: Fixes #1350 Remove human-readable format from timer period computation in cron trait, fixed OLM catalog too

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 94e7f2e  Fixes #1350 Remove human-readable format from timer period computation in cron trait, fixed OLM catalog too
94e7f2e is described below

commit 94e7f2e73dcd61de7ac3ee851f8d358beb98866b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 17 18:11:46 2020 +0100

    Fixes #1350 Remove human-readable format from timer period computation in cron trait, fixed OLM catalog too
---
 .../1.0.0-snapshot/camel-k.v1.0.0-snapshot.clusterserviceversion.yaml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/olm-catalog/camel-k/1.0.0-snapshot/camel-k.v1.0.0-snapshot.clusterserviceversion.yaml b/deploy/olm-catalog/camel-k/1.0.0-snapshot/camel-k.v1.0.0-snapshot.clusterserviceversion.yaml
index 4f15067..24748f7 100644
--- a/deploy/olm-catalog/camel-k/1.0.0-snapshot/camel-k.v1.0.0-snapshot.clusterserviceversion.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-snapshot/camel-k.v1.0.0-snapshot.clusterserviceversion.yaml
@@ -37,7 +37,7 @@ metadata:
         "spec": {
           "sources": [
             {
-              "content": "from('timer:groovy?period=1s')\n  .setBody().simple('Hello world from Camel K!')\n  .to('log:info?showAll=false')",
+              "content": "from('timer:groovy?period=1000')\n  .setBody().simple('Hello world from Camel K!')\n  .to('log:info?showAll=false')",
               "name": "example.groovy"
             }
           ]