This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-2.0.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 60c93431ce56e9d112e4a8350258eb602ab87bb0 Author: Pasquale Congiusti <[email protected]> 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
