diff --git a/ocs_ci/framework/conf/ocp_version/ocp-4.10-config.yaml b/ocs_ci/framework/conf/ocp_version/ocp-4.10-config.yaml index 31d3da4f548..e7c322bce40 100644 --- a/ocs_ci/framework/conf/ocp_version/ocp-4.10-config.yaml +++ b/ocs_ci/framework/conf/ocp_version/ocp-4.10-config.yaml @@ -1,9 +1,9 @@ --- # Config file for nightly OCP 4.10 RUN: - client_version: "4.10.0-0.nightly-2021-12-18-034942" + client_version: "4.10.0-0.nightly" DEPLOYMENT: - installer_version: "4.10.0-0.nightly-2021-12-18-034942" + installer_version: "4.10.0-0.nightly" terraform_version: "0.12.26" # ignition_version can be found here # https://docs.openshift.com/container-platform/4.7/post_installation_configuration/machine-configuration-tasks.html#machine-config-overview-post-install-machine-configuration-tasks diff --git a/ocs_ci/framework/conf/ocp_version/ocp-4.10-upgrade.yaml b/ocs_ci/framework/conf/ocp_version/ocp-4.10-upgrade.yaml index aa2e9813503..b394529bcdb 100644 --- a/ocs_ci/framework/conf/ocp_version/ocp-4.10-upgrade.yaml +++ b/ocs_ci/framework/conf/ocp_version/ocp-4.10-upgrade.yaml @@ -1,6 +1,6 @@ --- # Use this config for upgrading of OCP 4.9 to 4.10 cluster UPGRADE: - ocp_upgrade_version: "4.10.0-0.nightly-2021-12-18-034942" + ocp_upgrade_version: "4.10.0-0.nightly" ocp_upgrade_path: "registry.ci.openshift.org/ocp/release" ocp_channel: "stable-4.10"