Skip to content

Commit

Permalink
Release 1.0.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Oct 5, 2019
1 parent ad71e6e commit 35e7660
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/json-schema/IntegrationKit.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,4 +441,4 @@
"type": "object"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/apache/camel-k:1.0.0-M2-SNAPSHOT
image: docker.io/apache/camel-k:1.0.0-M2
imagePullPolicy: IfNotPresent
name: camel-k-operator
resources: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:1.0.0-M3-SNAPSHOT
containerImage: docker.io/apache/camel-k:1.0.0-M3
createdAt: "2019-07-26T02:45:00Z"
description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
with serverless superpowers.
repository: https://github.com/apache/camel-k
support: Camel
name: camel-k-operator.v1.0.0-m3-SNAPSHOT
name: camel-k-operator.v1.0.0-m3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -168,7 +168,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/apache/camel-k:1.0.0-M3-SNAPSHOT
image: docker.io/apache/camel-k:1.0.0-M3
imagePullPolicy: IfNotPresent
name: camel-k-operator
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:1.0.0-M2-SNAPSHOT
image: docker.io/apache/camel-k:1.0.0-M2
command:
- kamel
- operator
Expand Down
2 changes: 1 addition & 1 deletion deploy/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35e7660

Please sign in to comment.