diff --git a/ci-operator/step-registry/assisted/oci/opct/assisted-oci-opct-workflow.yaml b/ci-operator/step-registry/assisted/oci/opct/assisted-oci-opct-workflow.yaml index 2a131b21963f1..65baee7fdb6da 100644 --- a/ci-operator/step-registry/assisted/oci/opct/assisted-oci-opct-workflow.yaml +++ b/ci-operator/step-registry/assisted/oci/opct/assisted-oci-opct-workflow.yaml @@ -16,6 +16,6 @@ workflow: - chain: opct-post - ref: assisted-oci-teardown env: - OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.0" + OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.1" documentation: |- This workflow installs an OCP cluster by running assisted-installer on Oracle cloud and runs the OPCT on it. diff --git a/ci-operator/step-registry/opct/conformance/external-aws/opct-conformance-external-aws-workflow.yaml b/ci-operator/step-registry/opct/conformance/external-aws/opct-conformance-external-aws-workflow.yaml index 4d36d536ab47f..780aa2f174868 100644 --- a/ci-operator/step-registry/opct/conformance/external-aws/opct-conformance-external-aws-workflow.yaml +++ b/ci-operator/step-registry/opct/conformance/external-aws/opct-conformance-external-aws-workflow.yaml @@ -17,7 +17,7 @@ workflow: PROVIDER_NAME: aws PLATFORM_EXTERNAL_CCM_ENABLED: no BASE_DOMAIN: origin-ci-int-aws.dev.rhcloud.com - OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.0" + OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.1" documentation: |- The OPCT Conformance External E2E workflow executes the common end-to-end test suite using OPCT tool. diff --git a/ci-operator/step-registry/opct/test/platform-external-vsphere/opct-test-platform-external-vsphere-workflow.yaml b/ci-operator/step-registry/opct/test/platform-external-vsphere/opct-test-platform-external-vsphere-workflow.yaml index 928550962dfa6..a8a9491a7db48 100644 --- a/ci-operator/step-registry/opct/test/platform-external-vsphere/opct-test-platform-external-vsphere-workflow.yaml +++ b/ci-operator/step-registry/opct/test/platform-external-vsphere/opct-test-platform-external-vsphere-workflow.yaml @@ -14,7 +14,7 @@ workflow: - ref: upi-deprovision-vsphere-dns - ref: ipi-deprovision-vsphere-lease env: - OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.0" + OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.1" documentation: |- The OPCT workflow installs OpenShift on vSphere using platform type None, then the run test steps using conformance workflow using OPCT, gather's the results archive, and diff --git a/ci-operator/step-registry/opct/test/platform-none-vsphere/opct-test-platform-none-vsphere-workflow.yaml b/ci-operator/step-registry/opct/test/platform-none-vsphere/opct-test-platform-none-vsphere-workflow.yaml index c952c421fb86b..4bfb02b0227ac 100644 --- a/ci-operator/step-registry/opct/test/platform-none-vsphere/opct-test-platform-none-vsphere-workflow.yaml +++ b/ci-operator/step-registry/opct/test/platform-none-vsphere/opct-test-platform-none-vsphere-workflow.yaml @@ -14,7 +14,7 @@ workflow: - ref: upi-deprovision-vsphere-dns - ref: ipi-deprovision-vsphere-lease env: - OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.0" + OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.5.1" documentation: |- The OPCT workflow installs OpenShift on vSphere using platform type None, then the run test steps using conformance workflow using OPCT, gather's the results archive, and diff --git a/core-services/image-mirroring/_config.yaml b/core-services/image-mirroring/_config.yaml index 662a2d99f035b..01687bfc37ec7 100644 --- a/core-services/image-mirroring/_config.yaml +++ b/core-services/image-mirroring/_config.yaml @@ -334,7 +334,7 @@ supplementalCIImages: ci/opct:latest: image: quay.io/opct/opct:latest ci/opct:v0.5: - image: quay.io/opct/opct:v0.5.0 + image: quay.io/opct/opct:v0.5.1 ci/nested-environment-builder:latest: image: quay.io/ocp-splat/nested-environment-builder:latest ci/govc:v0.29.0: