You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/25 10:01:49 UTC

[camel-k] 01/02: chore(ci): bump Tekton task

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

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

commit 15458b8e7e8f1fa2b698101ab478c3309a59c960
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Jul 25 10:15:43 2023 +0200

    chore(ci): bump Tekton task
---
 cicd/tekton/kamel-run/0.1/kamel-run.yaml               | 2 +-
 cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cicd/tekton/kamel-run/0.1/kamel-run.yaml b/cicd/tekton/kamel-run/0.1/kamel-run.yaml
index f6056c921..1c6c148da 100644
--- a/cicd/tekton/kamel-run/0.1/kamel-run.yaml
+++ b/cicd/tekton/kamel-run/0.1/kamel-run.yaml
@@ -19,7 +19,7 @@ spec:
   params:
     - name: camel-k-image
       description: The location of Camel K CLI image.
-      default: docker.io/apache/camel-k:1.12.0
+      default: docker.io/apache/camel-k:2.0.0
     - name: filename
       description: the Integration source we want to run
     - name: namespace
diff --git a/cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh b/cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh
index 4fa768dde..10588d96a 100755
--- a/cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh
+++ b/cicd/tekton/kamel-run/0.1/tests/pre-apply-task-hook.sh
@@ -20,8 +20,8 @@
 add_sidecar_registry ${TMPF}
 
 # Install Camel K operator
-wget https://github.com/apache/camel-k/releases/download/v1.12.0/camel-k-client-1.12.0-linux-64bit.tar.gz
-tar -xvf camel-k-client-1.12.0-linux-64bit.tar.gz
+wget https://github.com/apache/camel-k/releases/download/v2.0.0/camel-k-client-2.0.0-linux-amd64.tar.gz
+tar -xvf camel-k-client-2.0.0-linux-amd64.tar.gz
 ./kamel install --registry localhost:5000 --registry-insecure --wait
 
 # Add git-clone