You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/07/28 11:45:23 UTC

[camel-karavan] branch main updated: Update Openshift Demo with gitea (#832)

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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new b752bc45 Update Openshift Demo with gitea (#832)
b752bc45 is described below

commit b752bc4598b8def1ca7a4c3fa73fd78087491d2c
Author: Ludger Pottmeier <lu...@gmail.com>
AuthorDate: Fri Jul 28 13:45:18 2023 +0200

    Update Openshift Demo with gitea (#832)
    
    * Update OPENSHIFT_DEMO.md
    
    Change gitea origin
    
    * Update OPENSHIFT_DEMO.md
    
    corret urls
    
    * Update gitea.yaml
    
    * Update gitea.yaml
    
    * Update OPENSHIFT_DEMO.md
---
 docs/OPENSHIFT_DEMO.md    | 22 +++++++++-------------
 docs/openshift/gitea.yaml |  4 ++--
 2 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/docs/OPENSHIFT_DEMO.md b/docs/OPENSHIFT_DEMO.md
index c4c46f99..a67fc984 100644
--- a/docs/OPENSHIFT_DEMO.md
+++ b/docs/OPENSHIFT_DEMO.md
@@ -9,24 +9,20 @@ Karavan cloud-native integration toolkit demo on OpenShift with Gitea repository
 ### Installation
 
 #### Install Operators
-1. Install the Red Hat GPTE CatalogSource into your cluster (required for Gitea Operator)
+1. Install Gitea Operator
     ```
-    oc apply -f https://raw.githubusercontent.com/redhat-gpte-devopsautomation/gitea-operator/master/catalog_source.yaml
+    oc apply -k https://github.com/rhpds/gitea-operator/OLMDeploy
     ```
-2. Install Gitea Operator
+2. Install Tekton Operator if it is not installed yet
     ```
-    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/gitea-operator.yaml
-    ```
-3. Install Tekton Operator if it is not installed yet
-    ```
-    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/pipeline-operator.yaml
+    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/docs/openshift/pipeline-operator.yaml
     ```
     
     Wait until operators are ready (Status: Succeeded)
     
-4. Install Karavan Operator
+3. Install Karavan Operator
     ```
-    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/karavan-operator.yaml
+    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/docs/openshift/karavan-operator.yaml
     ```
     Wait until operator is ready (Status: Succeeded)
 
@@ -41,7 +37,7 @@ Karavan cloud-native integration toolkit demo on OpenShift with Gitea repository
     
 2. Create Gitea instance
     ```
-    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/gitea.yaml
+    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/docs/openshift/gitea.yaml -n karavan
     ```
 
     Wait until Gitea is ready
@@ -50,12 +46,12 @@ Karavan cloud-native integration toolkit demo on OpenShift with Gitea repository
 
 3. Create Karavan Secret
     ```
-    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/karavan-secret.yaml
+    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/docs/openshift/karavan-secret.yaml -n karavan
     ```
 4. Create Karavan Instance
 
     ```
-    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/karavan-cloud/openshift/karavan.yaml
+    oc apply -f https://raw.githubusercontent.com/apache/camel-karavan/main/docs/openshift/karavan.yaml -n karavan
     ```
 
     Wait until karavan Karavan is ready and open Karavan
diff --git a/docs/openshift/gitea.yaml b/docs/openshift/gitea.yaml
index 9bcb91da..8ff5f888 100644
--- a/docs/openshift/gitea.yaml
+++ b/docs/openshift/gitea.yaml
@@ -1,4 +1,4 @@
-apiVersion: gpte.opentlc.com/v1
+apiVersion: pfe.rhpds.com/v1
 kind: Gitea
 metadata:
   name: gitea
@@ -18,4 +18,4 @@ spec:
     private: false
   - repo: https://github.com/mgubaidullin/karavan-demo-kamelets.git
     name: kamelets
-    private: false
\ No newline at end of file
+    private: false