Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Feb 19, 2019
1 parent 32c9603 commit d142046
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 2,101 deletions.
8 changes: 4 additions & 4 deletions deploy/camel-catalog-2.23.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1110,21 +1110,21 @@ spec:
camel-k-runtime-groovy:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-groovy
version: 0.2.1-SNAPSHOT
version: 0.2.1
dependencies:
- groupId: org.apache.camel
artifactId: camel-groovy
camel-k-runtime-jvm:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-jvm
version: 0.2.1-SNAPSHOT
version: 0.2.1
dependencies:
- groupId: org.apache.camel
artifactId: camel-core
camel-k-runtime-kotlin:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
version: 0.2.1-SNAPSHOT
version: 0.2.1
camel-kafka:
groupId: org.apache.camel
artifactId: camel-kafka
Expand All @@ -1142,7 +1142,7 @@ spec:
camel-knative:
groupId: org.apache.camel.k
artifactId: camel-knative
version: 0.2.1-SNAPSHOT
version: 0.2.1
schemes:
- id: knative
http: true
Expand Down
8 changes: 4 additions & 4 deletions deploy/camel-catalog-2.23.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1110,21 +1110,21 @@ spec:
camel-k-runtime-groovy:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-groovy
version: 0.2.1-SNAPSHOT
version: 0.2.1
dependencies:
- groupId: org.apache.camel
artifactId: camel-groovy
camel-k-runtime-jvm:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-jvm
version: 0.2.1-SNAPSHOT
version: 0.2.1
dependencies:
- groupId: org.apache.camel
artifactId: camel-core
camel-k-runtime-kotlin:
groupId: org.apache.camel.k
artifactId: camel-k-runtime-kotlin
version: 0.2.1-SNAPSHOT
version: 0.2.1
camel-kafka:
groupId: org.apache.camel
artifactId: camel-kafka
Expand All @@ -1142,7 +1142,7 @@ spec:
camel-knative:
groupId: org.apache.camel.k
artifactId: camel-knative
version: 0.2.1-SNAPSHOT
version: 0.2.1
schemes:
- id: knative
http: true
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator-deployment-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:0.2.1-SNAPSHOT
image: docker.io/apache/camel-k:0.2.1
ports:
- containerPort: 60000
name: metrics
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator-deployment-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:0.2.1-SNAPSHOT
image: docker.io/apache/camel-k:0.2.1
ports:
- containerPort: 60000
name: metrics
Expand Down
Loading

0 comments on commit d142046

Please sign in to comment.