From 4f17710b1fa0748371c6f43f062f2579ab208d24 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 05:52:47 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/rhtas/cosign-rhel9 docker tag to v1.3.2 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- pipelines/integration-test/operator-upgrade.yaml | 2 +- pipelines/integration-test/policy-controller-operator-e2e.yaml | 2 +- pipelines/integration-test/rhtas-fbc-e2e.yaml | 2 +- pipelines/integration-test/rhtas-operator-e2e.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pipelines/integration-test/operator-upgrade.yaml b/pipelines/integration-test/operator-upgrade.yaml index 97c3d76b..ca0a7912 100644 --- a/pipelines/integration-test/operator-upgrade.yaml +++ b/pipelines/integration-test/operator-upgrade.yaml @@ -215,7 +215,7 @@ spec: - name: work steps: - name: get-cosign - image: registry.redhat.io/rhtas/cosign-rhel9:1.3.1 + image: registry.redhat.io/rhtas/cosign-rhel9:1.3.2 securityContext: runAsUser: 0 script: | diff --git a/pipelines/integration-test/policy-controller-operator-e2e.yaml b/pipelines/integration-test/policy-controller-operator-e2e.yaml index b54b0dda..49204cd3 100644 --- a/pipelines/integration-test/policy-controller-operator-e2e.yaml +++ b/pipelines/integration-test/policy-controller-operator-e2e.yaml @@ -394,7 +394,7 @@ spec: - name: work steps: - name: get-cosign - image: registry.redhat.io/rhtas/cosign-rhel9:1.3.1 + image: registry.redhat.io/rhtas/cosign-rhel9:1.3.2 securityContext: runAsUser: 0 script: | diff --git a/pipelines/integration-test/rhtas-fbc-e2e.yaml b/pipelines/integration-test/rhtas-fbc-e2e.yaml index c6cbd596..bd51f3b5 100644 --- a/pipelines/integration-test/rhtas-fbc-e2e.yaml +++ b/pipelines/integration-test/rhtas-fbc-e2e.yaml @@ -358,7 +358,7 @@ spec: mkdir -p $(workspaces.work.path)/binaries cp /usr/bin/tuftool $(workspaces.work.path)/binaries/ - name: get-cosign - image: registry.redhat.io/rhtas/cosign-rhel9:1.3.1 + image: registry.redhat.io/rhtas/cosign-rhel9:1.3.2 securityContext: runAsUser: 0 script: | diff --git a/pipelines/integration-test/rhtas-operator-e2e.yaml b/pipelines/integration-test/rhtas-operator-e2e.yaml index c00be29c..684582bf 100644 --- a/pipelines/integration-test/rhtas-operator-e2e.yaml +++ b/pipelines/integration-test/rhtas-operator-e2e.yaml @@ -306,7 +306,7 @@ spec: mkdir -p $(workspaces.work.path)/binaries cp /usr/bin/tuftool $(workspaces.work.path)/binaries/ - name: get-cosign - image: registry.redhat.io/rhtas/cosign-rhel9:1.3.1 + image: registry.redhat.io/rhtas/cosign-rhel9:1.3.2 securityContext: runAsUser: 0 script: |