Skip to content

Commit

Permalink
chore: cut version crc-support-v1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo <[email protected]>
  • Loading branch information
adrianriobo committed Nov 29, 2024
1 parent 29d8ed4 commit 2381ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
1.0.1
5 changes: 2 additions & 3 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"
app.kubernetes.io/version: "v1.0.1"
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-$(params.os)
image: quay.io/crc-org/ci-crc-support:v1.0.1-$(params.os)
imagePullPolicy: Always
script: |
#!/bin/bash
Expand Down Expand Up @@ -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) "
Expand Down

0 comments on commit 2381ecb

Please sign in to comment.