Skip to content

Commit

Permalink
Switch determine-image-tag to trusted task
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov committed Dec 12, 2024
1 parent c61002b commit a04bf50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 56 deletions.
10 changes: 9 additions & 1 deletion .tekton/collector-component-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,15 @@ spec:
- name: SOURCE_ARTIFACT
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
taskRef:
name: determine-image-tag
params:
- name: name
value: determine-image-tag
- name: bundle
# TODO(ROX-27350): switch to latest tag after tasks PR is pushed.
value: quay.io/rhacs-eng/konflux-tasks:pr-3@sha256:525310fe3f58a673d743712ab94362153492f0f4dea404a64f18e68767e8c941
- name: kind
value: task
resolver: bundles

- name: prefetch-dependencies
params:
Expand Down
55 changes: 0 additions & 55 deletions .tekton/determine-image-tag-task.yaml

This file was deleted.

0 comments on commit a04bf50

Please sign in to comment.