diff --git a/task/build-vm-image/0.1/build-vm-image.yaml b/task/build-vm-image/0.1/build-vm-image.yaml index fc25cbb6cb..032df71d00 100644 --- a/task/build-vm-image/0.1/build-vm-image.yaml +++ b/task/build-vm-image/0.1/build-vm-image.yaml @@ -70,7 +70,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: validate-bib-config - image: quay.io/konflux-ci/yq@sha256:e240014fd357bd00fa3aeaae3e5c0507e5b4fff54a392ea030b785ca3128c509 + image: quay.io/konflux-ci/yq@sha256:8524b4f190dba0974242d5b91aef6f89cacb9ee6a38fadbed7fff53524b533f6 script: |- #!/bin/bash set -o verbose diff --git a/task/prefetch-dependencies-oci-ta/0.1/prefetch-dependencies-oci-ta.yaml b/task/prefetch-dependencies-oci-ta/0.1/prefetch-dependencies-oci-ta.yaml index 76dc5ae0bf..c2a8f913ba 100644 --- a/task/prefetch-dependencies-oci-ta/0.1/prefetch-dependencies-oci-ta.yaml +++ b/task/prefetch-dependencies-oci-ta/0.1/prefetch-dependencies-oci-ta.yaml @@ -135,7 +135,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: sanitize-cachi2-config-file-with-yq - image: quay.io/konflux-ci/yq@sha256:e240014fd357bd00fa3aeaae3e5c0507e5b4fff54a392ea030b785ca3128c509 + image: quay.io/konflux-ci/yq@sha256:8524b4f190dba0974242d5b91aef6f89cacb9ee6a38fadbed7fff53524b533f6 script: | if [ -n "${CONFIG_FILE_CONTENT}" ]; then # we need to drop 'goproxy_url' for safety reasons until cachi2 decides what the SBOM diff --git a/task/prefetch-dependencies/0.1/prefetch-dependencies.yaml b/task/prefetch-dependencies/0.1/prefetch-dependencies.yaml index 949ea37744..0bda57266c 100644 --- a/task/prefetch-dependencies/0.1/prefetch-dependencies.yaml +++ b/task/prefetch-dependencies/0.1/prefetch-dependencies.yaml @@ -64,7 +64,7 @@ spec: steps: - name: sanitize-cachi2-config-file-with-yq - image: quay.io/konflux-ci/yq@sha256:e240014fd357bd00fa3aeaae3e5c0507e5b4fff54a392ea030b785ca3128c509 + image: quay.io/konflux-ci/yq@sha256:8524b4f190dba0974242d5b91aef6f89cacb9ee6a38fadbed7fff53524b533f6 script: | if [ -n "${CONFIG_FILE_CONTENT}" ] then