diff --git a/conf/ocs_version/ocs-4.5.yaml b/conf/ocs_version/ocs-4.5.yaml index ad70a41ff2d..a03cb1afc05 100644 --- a/conf/ocs_version/ocs-4.5.yaml +++ b/conf/ocs_version/ocs-4.5.yaml @@ -1,7 +1,7 @@ --- DEPLOYMENT: - default_ocs_registry_image: "quay.io/rhceph-dev/ocs-registry:latest-4.5" - default_latest_tag: 'latest-4.5' + default_ocs_registry_image: "quay.io/rhceph-dev/ocs-registry:latest-stable-4.5" + default_latest_tag: 'latest-stable-4.5' ocs_csv_channel: "stable-4.5" default_ocp_version: '4.5' ENV_DATA: diff --git a/conf/ocs_version/ocs-4.6.yaml b/conf/ocs_version/ocs-4.6.yaml index b82e5ee81cc..a783bb729e7 100644 --- a/conf/ocs_version/ocs-4.6.yaml +++ b/conf/ocs_version/ocs-4.6.yaml @@ -1,7 +1,7 @@ --- DEPLOYMENT: - default_ocs_registry_image: "quay.io/rhceph-dev/ocs-registry:latest-4.6" - default_latest_tag: 'latest-4.6' + default_ocs_registry_image: "quay.io/rhceph-dev/ocs-registry:latest-stable-4.6" + default_latest_tag: 'latest-stable-4.6' ocs_csv_channel: "stable-4.6" default_ocp_version: '4.6' ENV_DATA: diff --git a/ocs_ci/ocs/constants.py b/ocs_ci/ocs/constants.py index a9a05179a0e..d5de842e385 100644 --- a/ocs_ci/ocs/constants.py +++ b/ocs_ci/ocs/constants.py @@ -799,6 +799,7 @@ '4.3-rc', 'latest-4.3', 'latest-stable-4.3', '4.4-rc', 'latest-4.4', 'latest-stable-4.4', '4.5-rc', 'latest-4.5', 'latest-stable-4.5', + '4.6-rc', 'latest-4.6', 'latest-stable-4.6', ) INTERNAL_MIRROR_PEM_FILE = "ops-mirror.pem" EC2_USER = "ec2-user"