Skip to content

Commit

Permalink
Merge pull request #5259 from vavuthu/update_ocp_installer_to_nightly
Browse files Browse the repository at this point in the history
update OCP installer version to nightly
  • Loading branch information
petr-balogh authored Dec 21, 2021
2 parents c3a0037 + 317665f commit a9a13e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ocs_ci/framework/conf/ocp_version/ocp-4.10-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ocs_ci/framework/conf/ocp_version/ocp-4.10-upgrade.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit a9a13e8

Please sign in to comment.