Skip to content

Commit

Permalink
Remove inspect-task from Konflux files
Browse files Browse the repository at this point in the history
This commit removes the inspect-task from the Konflux files per the
migration instructions: https://github
.com/konflux-ci/build-definitions/blob/main/task/inspect-image/0.2/MIGRATION.md.

Signed-off-by: Bryan Cox <brcox@redhat.com>
  • Loading branch information
bryan-cox committed Dec 9, 2024
1 parent cb409b7 commit d69d190
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 50 deletions.
25 changes: 0 additions & 25 deletions .tekton/hypershift-operator-main-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -463,31 +463,6 @@ spec:
operator: in
values:
- "true"
- name: inspect-image
params:
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
params:
- name: name
value: inspect-image
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-inspect-image:0.2@sha256:01768b8f668b26984e458b7448783d06714fde3cb7fe03576851c9316d5926d1
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
workspaces:
- name: source
workspace: workspace
- name: deprecated-base-image-check
params:
- name: IMAGE_URL
Expand Down
25 changes: 0 additions & 25 deletions .tekton/hypershift-operator-main-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -464,31 +464,6 @@ spec:
operator: in
values:
- "true"
- name: inspect-image
params:
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
params:
- name: name
value: inspect-image
- name: bundle
value: quay.io/redhat-appstudio-tekton-catalog/task-inspect-image:0.2@sha256:01768b8f668b26984e458b7448783d06714fde3cb7fe03576851c9316d5926d1
- name: kind
value: task
resolver: bundles
when:
- input: $(params.skip-checks)
operator: in
values:
- "false"
workspaces:
- name: source
workspace: workspace
- name: deprecated-base-image-check
params:
- name: IMAGE_URL
Expand Down

0 comments on commit d69d190

Please sign in to comment.