diff --git a/pipelines/integration-test/operator-upgrade.yaml b/pipelines/integration-test/operator-upgrade.yaml index 73a1a356..f6dd7644 100644 --- a/pipelines/integration-test/operator-upgrade.yaml +++ b/pipelines/integration-test/operator-upgrade.yaml @@ -224,7 +224,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.3 securityContext: runAsUser: 0 script: | diff --git a/pipelines/integration-test/pco-operator-upgrade.yaml b/pipelines/integration-test/pco-operator-upgrade.yaml index b0daf1d3..dfbc21e7 100644 --- a/pipelines/integration-test/pco-operator-upgrade.yaml +++ b/pipelines/integration-test/pco-operator-upgrade.yaml @@ -207,7 +207,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.3 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 a656f53e..d7fb9ea7 100644 --- a/pipelines/integration-test/policy-controller-fbc-e2e.yaml +++ b/pipelines/integration-test/policy-controller-fbc-e2e.yaml @@ -328,7 +328,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.3 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 657150ef..cd8355e2 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.3 securityContext: runAsUser: 0 script: | diff --git a/pipelines/integration-test/rhtas-fbc-e2e.yaml b/pipelines/integration-test/rhtas-fbc-e2e.yaml index 472bb254..a50e06e2 100644 --- a/pipelines/integration-test/rhtas-fbc-e2e.yaml +++ b/pipelines/integration-test/rhtas-fbc-e2e.yaml @@ -370,7 +370,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.3 securityContext: runAsUser: 0 script: | diff --git a/pipelines/integration-test/rhtas-operator-e2e.yaml b/pipelines/integration-test/rhtas-operator-e2e.yaml index 8417b297..d8d057d5 100644 --- a/pipelines/integration-test/rhtas-operator-e2e.yaml +++ b/pipelines/integration-test/rhtas-operator-e2e.yaml @@ -315,7 +315,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.3 securityContext: runAsUser: 0 script: |