diff --git a/.tekton/create-custom-snapshot.yaml b/.tekton/create-custom-snapshot.yaml index c90b1dacfaa5a..89c6f453187a7 100644 --- a/.tekton/create-custom-snapshot.yaml +++ b/.tekton/create-custom-snapshot.yaml @@ -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 diff --git a/.tekton/operator-bundle-pipeline.yaml b/.tekton/operator-bundle-pipeline.yaml index 44f67310d2f19..b3c19fe6000a3 100644 --- a/.tekton/operator-bundle-pipeline.yaml +++ b/.tekton/operator-bundle-pipeline.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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