From 6ced6f2386603d4e7ad89627e56e9a708b2dbedb Mon Sep 17 00:00:00 2001 From: Bikash Shaw Date: Fri, 24 Jul 2026 20:28:29 +0530 Subject: [PATCH] OPCT-403: bump OPCT CLI image to v0.6.6 Update OPCT_CLI_IMAGE from v0.6.5 to v0.6.6 in all OPCT CI workflows. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../external-aws/opct-conformance-external-aws-workflow.yaml | 2 +- .../opct-test-platform-external-vsphere-workflow.yaml | 2 +- .../opct-test-platform-none-vsphere-workflow.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 28f7532309179..24600a89d5784 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 @@ -14,7 +14,7 @@ workflow: env: PROVIDER_NAME: aws PLATFORM_EXTERNAL_CCM_ENABLED: no - OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.6.5" + OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.6.6" 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 6347ef2c2a299..1a7acdcafa09b 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.6.5" + OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.6.6" DEFAULT_NETWORK_TYPE: "single-tenant" OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY: true documentation: |- 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 c324aba648ce3..ed66f708e6c3c 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.6.5" + OPCT_CLI_IMAGE: "quay.io/opct/opct:v0.6.6" DEFAULT_NETWORK_TYPE: "single-tenant" OPENSHIFT_INSTALL_EXPERIMENTAL_DISABLE_IMAGE_POLICY: true documentation: |-