Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 .tekton/create-custom-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ spec:
- name: name
value: wait-for-image
- name: bundle
value: quay.io/rhacs-eng/konflux-tasks:latest@sha256:728527ed22e3527c0b7fead4657d0e889d2506d32383351abdf93eb34b496a83
value: quay.io/rhacs-eng/konflux-tasks:pr-87@sha256:c77a322121f558579a71f6f2e70f1ff3bd4f9c10fcc3fc0104dca8fcf0237afa
- name: kind
value: task
resolver: bundles
Expand Down
20 changes: 19 additions & 1 deletion 20 .tekton/operator-bundle-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ spec:
- name: name
value: wait-for-image
- name: bundle
value: quay.io/rhacs-eng/konflux-tasks:latest@sha256:728527ed22e3527c0b7fead4657d0e889d2506d32383351abdf93eb34b496a83
value: quay.io/rhacs-eng/konflux-tasks:pr-87@sha256:c77a322121f558579a71f6f2e70f1ff3bd4f9c10fcc3fc0104dca8fcf0237afa
- name: kind
value: task
resolver: bundles
Expand All @@ -376,6 +376,9 @@ spec:
params:
- name: IMAGE
value: "$(params.scanner-image-build-repo):$(tasks.determine-image-tag.results.IMAGE_TAG)"
# Disabling the git ref check as this image is built in a different repository from a different commit
- name: ENABLE_GIT_REF_CHECK
value: false
taskRef: *wait-for-image-ref
# This timeout must be the same as the pipeline timeout in `scanner-retag.yaml`
timeout: 40m
Expand All @@ -384,6 +387,9 @@ spec:
params:
- name: IMAGE
value: "$(params.scanner-db-image-build-repo):$(tasks.determine-image-tag.results.IMAGE_TAG)"
# Disabling the git ref check as this image is built in a different repository from a different commit
- name: ENABLE_GIT_REF_CHECK
value: false
taskRef: *wait-for-image-ref
# This timeout must be the same as the pipeline timeout in `scanner-db-retag.yaml`
timeout: 40m
Expand All @@ -392,6 +398,9 @@ spec:
params:
- name: IMAGE
value: "$(params.scanner-slim-image-build-repo):$(tasks.determine-image-tag.results.IMAGE_TAG)"
# Disabling the git ref check as this image is built in a different repository from a different commit
- name: ENABLE_GIT_REF_CHECK
value: false
taskRef: *wait-for-image-ref
# This timeout must be the same as the pipeline timeout in `scanner-slim-retag.yaml`
timeout: 40m
Expand All @@ -400,6 +409,9 @@ spec:
params:
- name: IMAGE
value: "$(params.scanner-db-slim-image-build-repo):$(tasks.determine-image-tag.results.IMAGE_TAG)"
# Disabling the git ref check as this image is built in a different repository from a different commit
- name: ENABLE_GIT_REF_CHECK
value: false
taskRef: *wait-for-image-ref
# This timeout must be the same as the pipeline timeout in `scanner-db-slim-retag.yaml`
timeout: 40m
Expand All @@ -424,6 +436,9 @@ spec:
params:
- name: IMAGE
value: "$(params.collector-image-build-repo):$(tasks.determine-image-tag.results.IMAGE_TAG)"
# Disabling the git ref check as this image is built in a different repository from a different commit
- name: ENABLE_GIT_REF_CHECK
value: false
taskRef: *wait-for-image-ref
# This timeout must be the same as the pipeline timeout in `collector-retag.yaml`
timeout: 40m
Expand All @@ -432,6 +447,9 @@ spec:
params:
- name: IMAGE
value: "$(params.fact-image-build-repo):$(tasks.determine-image-tag.results.IMAGE_TAG)"
# Disabling the git ref check as this image is built in a different repository from a different commit
- name: ENABLE_GIT_REF_CHECK
value: false
taskRef: *wait-for-image-ref
# This timeout must be the same as the pipeline timeout in `retag-fact.yaml`
timeout: 40m
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.