From a4c5cf8302e24e0279dc4c42048aea82328c44b4 Mon Sep 17 00:00:00 2001 From: Adrian Riobo Date: Tue, 26 Nov 2024 11:03:13 +0100 Subject: [PATCH] chore: cut version crc-support-v1.0.1 Signed-off-by: Adrian Riobo --- crc-support/release-info | 2 +- crc-support/tkn/task.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/crc-support/release-info b/crc-support/release-info index 76ecf54..d097571 100644 --- a/crc-support/release-info +++ b/crc-support/release-info @@ -1,2 +1,2 @@ quay.io/crc-org/ci-crc-support -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/crc-support/tkn/task.yaml b/crc-support/tkn/task.yaml index 41e4e5d..42f3fa7 100644 --- a/crc-support/tkn/task.yaml +++ b/crc-support/tkn/task.yaml @@ -4,7 +4,7 @@ kind: Task metadata: name: crc-support labels: - app.kubernetes.io/version: "v1.0.0" + app.kubernetes.io/version: "v1.0.1" redhat.com/product: openshift-local dev.lifecycle.io/phase: testing annotations: @@ -78,7 +78,7 @@ spec: steps: - name: preparer - image: quay.io/crc-org/ci-crc-support:v1.0.0-$(params.os) + image: quay.io/crc-org/ci-crc-support:v1.0.1-$(params.os) imagePullPolicy: Always script: | #!/bin/bash @@ -117,7 +117,6 @@ spec: tPath+="/crc/$(params.crc-version)" fi - cmd="${TARGET_FOLDER}/${runner} -targetPath $tPath " cmd+="-aBaseURL $(params.asset-base-url) " cmd+="-aName $(params.asset-name) "