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 2022/03/01 14:34:53 UTC

[camel-k] 14/18: fix(ci): upgrade Yaks version

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 c9e76b692fddc083f90b4f649ab5e0806710f6e0
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Feb 9 13:37:26 2022 +0100

    fix(ci): upgrade Yaks version
    
    Needed for usage of `.spec.template` vs `.spec.flow`
---
 .github/actions/kamel-install-yaks/action.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/kamel-install-yaks/action.yml b/.github/actions/kamel-install-yaks/action.yml
index 7eb72f0..a54e6d2 100644
--- a/.github/actions/kamel-install-yaks/action.yml
+++ b/.github/actions/kamel-install-yaks/action.yml
@@ -24,8 +24,8 @@ runs:
       name: Get YAKS
       shell: bash
       run: |
-        export YAKS_VERSION=0.4.0
-        curl --fail -L https://github.com/citrusframework/yaks/releases/download/v${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz
+        export YAKS_VERSION=0.9.0-202202081029
+        curl --fail -L https://github.com/citrusframework/yaks/releases/download/${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz
         tar -zxf yaks.tar.gz
         sudo mv yaks /usr/local/bin/