You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2019/10/11 10:03:19 UTC

[camel-k] 04/05: fix(OLM): CSV name must be DNS-1123 subdomains and consist of lower case alphanumeric characters

This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit f382fccfd96fcc3e6d703d54ff5fcffae0f5724d
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Fri Oct 11 11:02:23 2019 +0200

    fix(OLM): CSV name must be DNS-1123 subdomains and consist of lower case alphanumeric characters
---
 .../camel-k/1.0.0-M2/camel-k.v1.0.0-M2.clusterserviceversion.yaml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/olm-catalog/camel-k/1.0.0-M2/camel-k.v1.0.0-M2.clusterserviceversion.yaml b/deploy/olm-catalog/camel-k/1.0.0-M2/camel-k.v1.0.0-M2.clusterserviceversion.yaml
index 59812d4..1dfff63 100644
--- a/deploy/olm-catalog/camel-k/1.0.0-M2/camel-k.v1.0.0-M2.clusterserviceversion.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-M2/camel-k.v1.0.0-M2.clusterserviceversion.yaml
@@ -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
+  name: camel-k-operator.v1.0.0-m2
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -382,4 +382,4 @@ spec:
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 1.0.0-M2
+  version: 1.0.0-m2