Skip to content

Commit 79924e2

Browse files
Merge pull request #966 from OlivierCazade/konflux-task-update
Updating konflux task due to breaking change and deprecated tasks
2 parents 26cc63c + 5b6cb87 commit 79924e2

File tree

1 file changed

+4
-54
lines changed

1 file changed

+4
-54
lines changed

.tekton/pipeline-fbc-ref.yaml

Lines changed: 4 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -334,67 +334,20 @@ spec:
334334
- name: kind
335335
value: task
336336
resolver: bundles
337-
- name: inspect-image
337+
- name: validate-fbc
338338
params:
339339
- name: IMAGE_URL
340340
value: $(tasks.build-image-index.results.IMAGE_URL)
341341
- name: IMAGE_DIGEST
342342
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
343343
runAfter:
344-
- build-container
345-
taskRef:
346-
params:
347-
- name: name
348-
value: inspect-image
349-
- name: bundle
350-
value: quay.io/konflux-ci/tekton-catalog/task-inspect-image:0.2@sha256:8ec039eeaa71e73465ad3a361a81aca1a95d361762e899fde780249948ed8145
351-
- name: kind
352-
value: task
353-
resolver: bundles
354-
when:
355-
- input: $(params.skip-checks)
356-
operator: in
357-
values:
358-
- "false"
359-
workspaces:
360-
- name: source
361-
workspace: workspace
362-
- name: fbc-validate
363-
params:
364-
- name: IMAGE_URL
365-
value: $(tasks.build-image-index.results.IMAGE_URL)
366-
- name: IMAGE_DIGEST
367-
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
368-
- name: BASE_IMAGE
369-
value: $(tasks.inspect-image.results.BASE_IMAGE)
370-
runAfter:
371-
- inspect-image
372-
taskRef:
373-
params:
374-
- name: name
375-
value: fbc-validation
376-
- name: bundle
377-
value: quay.io/konflux-ci/tekton-catalog/task-fbc-validation:0.2@sha256:1f5e199042025b4a7c0f9e49e09c5b62d2e20c5e1b1457dde9ae2ded77774be4
378-
- name: kind
379-
value: task
380-
resolver: bundles
381-
when:
382-
- input: $(params.skip-checks)
383-
operator: in
384-
values:
385-
- "false"
386-
workspaces:
387-
- name: workspace
388-
workspace: workspace
389-
- name: fbc-related-image-check
390-
runAfter:
391-
- fbc-validate
344+
- build-image-index
392345
taskRef:
393346
params:
394347
- name: name
395-
value: fbc-related-image-check
348+
value: validate-fbc
396349
- name: bundle
397-
value: quay.io/konflux-ci/tekton-catalog/task-fbc-related-image-check:0.2@sha256:f97137a14410d49610fa6961d040c7d55fe1e58d8aaa7c935130e3c5608f2275
350+
value: quay.io/konflux-ci/tekton-catalog/task-validate-fbc:0.1
398351
- name: kind
399352
value: task
400353
resolver: bundles
@@ -403,9 +356,6 @@ spec:
403356
operator: in
404357
values:
405358
- "false"
406-
workspaces:
407-
- name: workspace
408-
workspace: workspace
409359
workspaces:
410360
- name: workspace
411361
- name: git-auth

0 commit comments

Comments
 (0)