diff --git a/.tekton/check-generated-files-up-to-date-task.yaml b/.tekton/check-generated-files-up-to-date-task.yaml index 9901711f..f4e2aa74 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:b2bc0c6c92c56dce575ed1b2dec1ec9f8b345a80ef5e74d9bfd530b6b354feeb + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:a6ba68b40051fe65e6852c69e4a9496aec2ac28f7ac92431ce2529bae2d105f3 imagePullPolicy: IfNotPresent workingDir: /var/workdir/source securityContext: diff --git a/.tekton/checks.yaml b/.tekton/checks.yaml index 9f7b88ee..7a56780c 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:b2bc0c6c92c56dce575ed1b2dec1ec9f8b345a80ef5e74d9bfd530b6b354feeb + image: registry.redhat.io/ubi9/go-toolset:latest@sha256:a6ba68b40051fe65e6852c69e4a9496aec2ac28f7ac92431ce2529bae2d105f3 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 8aa3c91e..29479bc1 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:ab08297c747f953df7eaa0ed85a72c1c6ae7a422a1921a83d8a4ab3624382393 + image: quay.io/konflux-ci/release-service-utils:latest@sha256:5b51c188f7bf0f62d38a608295e41618ad2bb1346b5149c3bc78e897e5f1d6c7 imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: | diff --git a/.tekton/validate-pipeline-files-task.yaml b/.tekton/validate-pipeline-files-task.yaml index 66dd76ea..2d84823f 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:ab08297c747f953df7eaa0ed85a72c1c6ae7a422a1921a83d8a4ab3624382393 + image: quay.io/konflux-ci/release-service-utils:latest@sha256:5b51c188f7bf0f62d38a608295e41618ad2bb1346b5149c3bc78e897e5f1d6c7 imagePullPolicy: IfNotPresent workingDir: /var/workdir/source script: |