From 965d005c088a1e0b22a379756a7edf7aa1507a3a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:13:51 +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 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tekton/check-generated-files-up-to-date-task.yaml b/.tekton/check-generated-files-up-to-date-task.yaml index 4208aae9..65a7a2ed 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:b471d69d4bf8a0aeac420f0e38777b1e38a59f7e805cba3e1c03d0066a1961af + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:e1ff4f548dfca084c2318d11dccd7d30a75c81a3a4fd8abcebc42ea42dd683e8 imagePullPolicy: IfNotPresent workingDir: /var/workdir/source securityContext: diff --git a/.tekton/checks.yaml b/.tekton/checks.yaml index 92a4d224..c1939cb6 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:b471d69d4bf8a0aeac420f0e38777b1e38a59f7e805cba3e1c03d0066a1961af + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:e1ff4f548dfca084c2318d11dccd7d30a75c81a3a4fd8abcebc42ea42dd683e8 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:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c + image: registry.redhat.io/ubi9/ubi-minimal:latest@sha256:062c52ff973065752b0965787649db2bcf551a6c727a00e95a3eb42cebadbdab imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: |