diff --git a/pipelines/integration-test/operator-upgrade.yaml b/pipelines/integration-test/operator-upgrade.yaml index 8ffec931..3bb34fd7 100644 --- a/pipelines/integration-test/operator-upgrade.yaml +++ b/pipelines/integration-test/operator-upgrade.yaml @@ -221,7 +221,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.4.1 securityContext: runAsUser: 0 script: | diff --git a/pipelines/integration-test/pco-operator-upgrade.yaml b/pipelines/integration-test/pco-operator-upgrade.yaml index 56fc8946..3bb009ab 100644 --- a/pipelines/integration-test/pco-operator-upgrade.yaml +++ b/pipelines/integration-test/pco-operator-upgrade.yaml @@ -192,7 +192,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.4.1 securityContext: runAsUser: 0 script: | diff --git a/pipelines/integration-test/policy-controller-fbc-e2e.yaml b/pipelines/integration-test/policy-controller-fbc-e2e.yaml index 7db8f51c..6faec945 100644 --- a/pipelines/integration-test/policy-controller-fbc-e2e.yaml +++ b/pipelines/integration-test/policy-controller-fbc-e2e.yaml @@ -313,7 +313,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.4.1 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 4139d33a..c22bb31d 100644 --- a/pipelines/integration-test/policy-controller-operator-e2e.yaml +++ b/pipelines/integration-test/policy-controller-operator-e2e.yaml @@ -300,7 +300,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.4.1 securityContext: runAsUser: 0 script: | diff --git a/pipelines/integration-test/rhtas-fbc-e2e.yaml b/pipelines/integration-test/rhtas-fbc-e2e.yaml index 216d8745..a88d3766 100644 --- a/pipelines/integration-test/rhtas-fbc-e2e.yaml +++ b/pipelines/integration-test/rhtas-fbc-e2e.yaml @@ -367,7 +367,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.4.1 securityContext: runAsUser: 0 script: | diff --git a/pipelines/integration-test/rhtas-operator-e2e.yaml b/pipelines/integration-test/rhtas-operator-e2e.yaml index 31de6f18..d198a7b4 100644 --- a/pipelines/integration-test/rhtas-operator-e2e.yaml +++ b/pipelines/integration-test/rhtas-operator-e2e.yaml @@ -312,7 +312,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.4.1 securityContext: runAsUser: 0 script: |