Skip to content

Commit

Permalink
chore(deps): update preflight
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent be33672 commit d083735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
description: Preflight pass or fail outcome.
steps:
- name: check-container
image: quay.io/opdev/preflight:stable@sha256:3f5b988200a3fd490e0a102a4851e0a81f2f41e724e7482a726b79b9d5ccd3b6
image: quay.io/opdev/preflight:stable@sha256:2d57b1bc66de91470886762be5dfa14e48c64e3174c5c80b2c45b05906ad4c1e
args: ["check", "container", "$(params.image-url)"]
env:
- name: PFLT_DOCKERCONFIG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
echo "Introspection concludes that this artifact is of type \"${_ARTIFACT_TYPE}\"."
- name: set-skip-for-bundles
image: quay.io/redhat-appstudio/konflux-test:v1.4.8@sha256:2224fabdb0a28a415d4af4c58ae53d7c4c53c83c315f12e07d1d7f48a80bfa70
image: quay.io/redhat-appstudio/konflux-test:v1.4.14@sha256:4ee06e7d8bb3a9b9503f8f1293ee70c521aa51662e11335439b87f81bda6e246
results:
- name: test-output
description: A skipped tekton result for bundles.
Expand Down Expand Up @@ -119,7 +119,7 @@ spec:
mountPath: /bundle

- name: app-check
image: quay.io/opdev/preflight:stable@sha256:3f5b988200a3fd490e0a102a4851e0a81f2f41e724e7482a726b79b9d5ccd3b6
image: quay.io/opdev/preflight:stable@sha256:2d57b1bc66de91470886762be5dfa14e48c64e3174c5c80b2c45b05906ad4c1e
args: ["check", "container", "$(params.image-url)"]
env:
- name: PFLT_DOCKERCONFIG
Expand Down

0 comments on commit d083735

Please sign in to comment.