Skip to content

Commit

Permalink
chore: bump crc-support version to v2.0.0-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo <[email protected]>
  • Loading branch information
adrianriobo committed Nov 11, 2024
1 parent f67810d commit 2263957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crc-support/release-info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
quay.io/crc-org/ci-crc-support
1.0.0-dev
2.0.0-dev
4 changes: 2 additions & 2 deletions crc-support/tkn/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2263957

Please sign in to comment.