This PR adds documentation and code to carry out an ACM deploy from brew.registry.redhat.io, though it may also handle staging.registry.redhat.io deploys as well, more investigation would be required.
The deploy code for brew resides in start-brew.sh, the documentation lives in docs/deploy-from-brew.sh, and helpers.sh contains a list of multi-use helper bash functions pulled from the lifeguard/ck project and the start.sh script. Eventually this should be used for all common-use functions between start.sh, start-brew.sh, and upgrade.sh.
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/open-cluster-management/deploy/blob/master/OWNERS)~~ [Kyl-Bempah,gurnben]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Summary of Changes
This PR adds documentation and code to carry out an ACM deploy from brew.registry.redhat.io, though it may also handle staging.registry.redhat.io deploys as well, more investigation would be required.
The deploy code for brew resides in
start-brew.sh
, the documentation lives indocs/deploy-from-brew.sh
, andhelpers.sh
contains a list of multi-use helper bash functions pulled from the lifeguard/ck project and thestart.sh
script. Eventually this should be used for all common-use functions betweenstart.sh
,start-brew.sh
, andupgrade.sh
.