Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jun 25, 2020
1 parent 82ec7e9 commit 21b88a3
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:1.0.1-SNAPSHOT
containerImage: docker.io/apache/camel-k:1.0.1
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
operators.operatorframework.io/internal-objects: '["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
support: Camel
name: camel-k-operator.v1.0.1-snapshot
name: camel-k-operator.v1.0.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -226,7 +226,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/apache/camel-k:1.0.1-SNAPSHOT
image: docker.io/apache/camel-k:1.0.1
imagePullPolicy: IfNotPresent
name: camel-k-operator
resources: {}
Expand Down Expand Up @@ -468,4 +468,4 @@ spec:
selector:
matchLabels:
name: camel-k-operator
version: 1.0.1-snapshot
version: 1.0.1
2 changes: 1 addition & 1 deletion deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# ---------------------------------------------------------------------------

channels:
- currentCSV: camel-k-operator.v1.0.1-snapshot
- currentCSV: camel-k-operator.v1.0.1
name: stable
- currentCSV: camel-k-operator.v1.0.0-rc2
name: alpha
Expand Down

0 comments on commit 21b88a3

Please sign in to comment.