From 9eb43efa01617fb2538abde0aec5df32c74ae9b5 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 01:21:42 +0000 Subject: [PATCH] chore(deps): update all dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .tekton/check-generated-files-up-to-date-task.yaml | 2 +- .tekton/checks.yaml | 4 ++-- .tekton/ready-for-master-merge.yaml | 2 +- .tekton/validate-pipeline-files-task.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.tekton/check-generated-files-up-to-date-task.yaml b/.tekton/check-generated-files-up-to-date-task.yaml index f4ef6c3f..9cf834d2 100644 --- a/.tekton/check-generated-files-up-to-date-task.yaml +++ b/.tekton/check-generated-files-up-to-date-task.yaml @@ -28,7 +28,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: check-generated-files-up-to-date - image: registry.redhat.io/ubi9/go-toolset:latest@sha256:444e81b3e88d8a68b92a081a7b3abc7d3fed2450f8473ea6b3caebf3bb73a0b8 + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:71e89a1a51ab32cc30634d89ee4dc8ea40ad9991057fa1eae3b1af32bc7db73f imagePullPolicy: IfNotPresent workingDir: /var/workdir/source securityContext: diff --git a/.tekton/checks.yaml b/.tekton/checks.yaml index df0a5dbb..ff186721 100644 --- a/.tekton/checks.yaml +++ b/.tekton/checks.yaml @@ -104,7 +104,7 @@ spec: - use - $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source - name: run-go-tests - image: registry.redhat.io/ubi9/go-toolset:latest@sha256:444e81b3e88d8a68b92a081a7b3abc7d3fed2450f8473ea6b3caebf3bb73a0b8 + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:71e89a1a51ab32cc30634d89ee4dc8ea40ad9991057fa1eae3b1af32bc7db73f imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: time make go-test @@ -142,7 +142,7 @@ spec: - use - $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source - name: check-catalog-file-size - image: registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221 + image: registry.redhat.io/ubi9/ubi-minimal:latest@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41 imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: | diff --git a/.tekton/ready-for-master-merge.yaml b/.tekton/ready-for-master-merge.yaml index d91190c3..fd168d09 100644 --- a/.tekton/ready-for-master-merge.yaml +++ b/.tekton/ready-for-master-merge.yaml @@ -104,7 +104,7 @@ spec: - use - $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source - name: check-bundle-images-in-catalog-template - image: quay.io/konflux-ci/release-service-utils:latest@sha256:bb4a6a6d4d68bbd9fe3f151cc5c95ac752a3e149fe4030145bd862611ac6f948 + image: quay.io/konflux-ci/release-service-utils:latest@sha256:2712a94e7790df8b66e6b391687653edea97155107211ac28f1a1d083be56ebe imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: | diff --git a/.tekton/validate-pipeline-files-task.yaml b/.tekton/validate-pipeline-files-task.yaml index 0c39423c..45b184bb 100644 --- a/.tekton/validate-pipeline-files-task.yaml +++ b/.tekton/validate-pipeline-files-task.yaml @@ -26,7 +26,7 @@ spec: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source - name: validate-pipeline-files - image: quay.io/konflux-ci/release-service-utils:latest@sha256:bb4a6a6d4d68bbd9fe3f151cc5c95ac752a3e149fe4030145bd862611ac6f948 + image: quay.io/konflux-ci/release-service-utils:latest@sha256:2712a94e7790df8b66e6b391687653edea97155107211ac28f1a1d083be56ebe imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: |