Skip to content

Commit

Permalink
Fix apache#1574: update runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Sep 15, 2020
1 parent e4717ca commit 96dc01b
Show file tree
Hide file tree
Showing 3 changed files with 1,745 additions and 444 deletions.
20 changes: 15 additions & 5 deletions deploy/camel-catalog-1.5.1-SNAPSHOT-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ metadata:
name: camel-catalog-1.5.1-snapshot-main
labels:
app: camel-k
camel.apache.org/catalog.version: 3.5.0-SNAPSHOT
camel.apache.org/catalog.loader.version: 3.5.0-SNAPSHOT
camel.apache.org/catalog.version: 3.5.0
camel.apache.org/catalog.loader.version: 3.5.0
camel.apache.org/runtime.version: 1.5.1-SNAPSHOT
camel.apache.org/runtime.provider: main
spec:
Expand All @@ -31,9 +31,9 @@ spec:
provider: main
applicationClass: org.apache.camel.k.main.Application
metadata:
camel.version: 3.5.0-SNAPSHOT
quarkus.version: 1.7.0.Final
camel-quarkus.version: 1.0.0
camel.version: 3.5.0
quarkus.version: 1.8.0.Final
camel-quarkus.version: 1.1.0
dependencies:
- groupId: org.apache.camel.k
artifactId: camel-k-runtime-main
Expand Down Expand Up @@ -3235,6 +3235,16 @@ spec:
artifactId: camel-knative
- groupId: org.apache.camel.k
artifactId: camel-knative-http
camel-kamelet:
groupId: org.apache.camel.k
artifactId: camel-kamelet
schemes:
- id: kamelet
http: true
passive: false
dependencies:
- groupId: org.apache.camel.k
artifactId: camel-kamelet
loaders:
yaml:
groupId: org.apache.camel.k
Expand Down
Loading

0 comments on commit 96dc01b

Please sign in to comment.