Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(OLM): CSV name must be DNS-1123 subdomains and consist of lower c… #912

Merged
merged 1 commit into from
Aug 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ metadata:
with serverless superpowers.
repository: https://github.com/apache/camel-k
support: Camel
name: camel-k-operator.v1.0.0-M1
name: camel-k-operator.v1.0.0-m1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -379,4 +379,4 @@ spec:
selector:
matchLabels:
name: camel-k-operator
version: 1.0.0-M1
version: 1.0.0-m1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ metadata:
with serverless superpowers.
repository: https://github.com/apache/camel-k
support: Camel
name: camel-k-operator.v1.0.0-M2-SNAPSHOT
name: camel-k-operator.v1.0.0-m2-SNAPSHOT
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -375,8 +375,8 @@ spec:
minKubeVersion: 1.11.0
provider:
name: The Apache Software Foundation
replaces: camel-k-operator.v1.0.0-M1
replaces: camel-k-operator.v1.0.0-m1
selector:
matchLabels:
name: camel-k-operator
version: 1.0.0-M2-SNAPSHOT
version: 1.0.0-m2-snapshot
2 changes: 1 addition & 1 deletion deploy/olm-catalog/camel-k/camel-k.package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
packageName: camel-k
channels:
- name: alpha
currentCSV: camel-k-operator.v1.0.0-M2-SNAPSHOT
currentCSV: camel-k-operator.v1.0.0-m2-snapshot