Skip to content

Commit

Permalink
Merge pull request #2924 from petr-balogh/add-latest-tags-for-4.6
Browse files Browse the repository at this point in the history
Add latest tags for 4.6 and use stable builds
  • Loading branch information
petr-balogh authored Sep 11, 2020
2 parents 54e1049 + 852910b commit 21e8536
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf/ocs_version/ocs-4.5.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions conf/ocs_version/ocs-4.6.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions ocs_ci/ocs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 21e8536

Please sign in to comment.