From 6d0530a67df51a6027e58cfa779e280378a52ef7 Mon Sep 17 00:00:00 2001 From: Adrian Riobo Date: Wed, 6 Nov 2024 10:44:43 +0100 Subject: [PATCH] chore: bump crc-support version to v2.0.0-dev Signed-off-by: Adrian Riobo --- crc-support/release-info | 2 +- crc-support/tkn/task.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crc-support/release-info b/crc-support/release-info index ab1b373..3de697e 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-dev \ No newline at end of file +2.0.0-dev \ No newline at end of file diff --git a/crc-support/tkn/task.yaml b/crc-support/tkn/task.yaml index c0311e8..7e70c4e 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-dev" + app.kubernetes.io/version: "v2.0.0-dev" 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-dev-$(params.os) + image: quay.io/crc-org/ci-crc-support:v2.0.0-dev-$(params.os) imagePullPolicy: Always script: | #!/bin/bash