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


The following commit(s) were added to refs/heads/master by this push:
     new 65272e4  fix(OLM): Remove replaces field from Kustomize base CSV 
manifest
65272e4 is described below

commit 65272e444680fb1858460c4db7ee3bec6772adf5
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Wed Feb 3 09:08:18 2021 +0100

    fix(OLM): Remove replaces field from Kustomize base CSV manifest
---
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 999a943..5204429 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -144,7 +144,6 @@ spec:
   minKubeVersion: 1.11.0
   provider:
     name: The Apache Software Foundation
-  replaces: camel-k-operator.v1.2.0
   selector:
     matchLabels:
       name: camel-k-operator

Reply via email to