Skip to content

Commit a04bf50

Browse files
committed
Switch determine-image-tag to trusted task
See stackrox/konflux-tasks#3
1 parent c61002b commit a04bf50

File tree

2 files changed

+9
-56
lines changed

2 files changed

+9
-56
lines changed

.tekton/collector-component-pipeline.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,15 @@ spec:
187187
- name: SOURCE_ARTIFACT
188188
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
189189
taskRef:
190-
name: determine-image-tag
190+
params:
191+
- name: name
192+
value: determine-image-tag
193+
- name: bundle
194+
# TODO(ROX-27350): switch to latest tag after tasks PR is pushed.
195+
value: quay.io/rhacs-eng/konflux-tasks:pr-3@sha256:525310fe3f58a673d743712ab94362153492f0f4dea404a64f18e68767e8c941
196+
- name: kind
197+
value: task
198+
resolver: bundles
191199

192200
- name: prefetch-dependencies
193201
params:

.tekton/determine-image-tag-task.yaml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)