From 3e66a9a8f4f0d6c707739032cd4d84eb8c5db5ac Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 01:31:44 +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 | 2 +- .tekton/ready-for-master-merge.yaml | 2 +- .tekton/validate-pipeline-files-task.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tekton/check-generated-files-up-to-date-task.yaml b/.tekton/check-generated-files-up-to-date-task.yaml index f4e2aa74..29fbe58f 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:a6ba68b40051fe65e6852c69e4a9496aec2ac28f7ac92431ce2529bae2d105f3 + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:9748bb0b8e3376e9b155a4db3fbdfbfd20057b449ea9b3aed367b2f967cdfe1b imagePullPolicy: IfNotPresent workingDir: /var/workdir/source securityContext: diff --git a/.tekton/checks.yaml b/.tekton/checks.yaml index 5c6d7f58..cb09b175 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:a6ba68b40051fe65e6852c69e4a9496aec2ac28f7ac92431ce2529bae2d105f3 + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:9748bb0b8e3376e9b155a4db3fbdfbfd20057b449ea9b3aed367b2f967cdfe1b imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: time make go-test diff --git a/.tekton/ready-for-master-merge.yaml b/.tekton/ready-for-master-merge.yaml index 5a3ae1af..b63a1131 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:5b51c188f7bf0f62d38a608295e41618ad2bb1346b5149c3bc78e897e5f1d6c7 + image: quay.io/konflux-ci/release-service-utils:latest@sha256:7080de2cf6b6e26faf962698dedbc3afed98636d75ff07dacb524b64c8c42f95 imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: | diff --git a/.tekton/validate-pipeline-files-task.yaml b/.tekton/validate-pipeline-files-task.yaml index 2d84823f..110e5da6 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:5b51c188f7bf0f62d38a608295e41618ad2bb1346b5149c3bc78e897e5f1d6c7 + image: quay.io/konflux-ci/release-service-utils:latest@sha256:7080de2cf6b6e26faf962698dedbc3afed98636d75ff07dacb524b64c8c42f95 imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: |