diff --git a/.github/workflows/yaks-tests.yaml b/.github/workflows/yaks-tests.yaml index 8dd7007d8..46acc6260 100644 --- a/.github/workflows/yaks-tests.yaml +++ b/.github/workflows/yaks-tests.yaml @@ -41,8 +41,8 @@ concurrency: cancel-in-progress: true env: - CAMEL_K_VERSION: 1.8.2 - YAKS_VERSION: 0.9.0-202203140033 + CAMEL_K_VERSION: 1.10.3 + YAKS_VERSION: 0.11.0 YAKS_IMAGE_NAME: "docker.io/yaks/yaks" YAKS_RUN_OPTIONS: "--timeout=15m" @@ -75,7 +75,7 @@ jobs: rm -r _kamel - name: Get YAKS CLI run: | - curl --fail -L --silent https://github.com/citrusframework/yaks/releases/download/${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz + curl --fail -L --silent https://github.com/citrusframework/yaks/releases/download/v${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz mkdir -p _yaks tar -zxf yaks.tar.gz --directory ./_yaks sudo mv ./_yaks/yaks /usr/local/bin/ diff --git a/kamelets/jslt-action.kamelet.yaml b/kamelets/jslt-action.kamelet.yaml index 02973f05b..36aa2e428 100644 --- a/kamelets/jslt-action.kamelet.yaml +++ b/kamelets/jslt-action.kamelet.yaml @@ -39,7 +39,7 @@ spec: title: Template description: The inline template for JSLT Transformation type: string - example: "file:////template.json" + example: "file://template.json" pattern: "^(http|https|file|classpath)://.*" dependencies: - "camel:jslt" diff --git a/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml index 02973f05b..36aa2e428 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml @@ -39,7 +39,7 @@ spec: title: Template description: The inline template for JSLT Transformation type: string - example: "file:////template.json" + example: "file://template.json" pattern: "^(http|https|file|classpath)://.*" dependencies: - "camel:jslt" diff --git a/test/aws-ddb-sink/aws-ddb-sink-binding.yaml b/test/aws-ddb-sink/aws-ddb-sink-binding.yaml index dd0485607..e7ba6d103 100644 --- a/test/aws-ddb-sink/aws-ddb-sink-binding.yaml +++ b/test/aws-ddb-sink/aws-ddb-sink-binding.yaml @@ -32,8 +32,8 @@ spec: - ref: kind: Kamelet apiVersion: camel.apache.org/v1alpha1 - name: log-sink - propeties: + name: log-action + properties: showHeaders: true sink: ref: