Closed dudash closed 2 years ago
Right now for RHPDS we are manually building a quay image with for our custom OLM catalog source. We do this so that we can make sure the Operator subscription versions include what we tested with are are pinning against.
So what we want to do is automatically build that container image with a github action and push it to somewhere like this: https://quay.io/repository/redhatgov/service-mesh-workshop-olm-snapshot
Then the agnosticd code can be updated to reference that container versus the manually built one in here: https://github.com/redhat-cop/agnosticd/blob/development/ansible/roles_ocp_workloads/ocp4_workload_servicemesh_workshop/defaults/main.yml#L33
this might be OBE with the latest updates for fix install plan #15 ... moving away from custom catalog source
Right now for RHPDS we are manually building a quay image with for our custom OLM catalog source. We do this so that we can make sure the Operator subscription versions include what we tested with are are pinning against.
So what we want to do is automatically build that container image with a github action and push it to somewhere like this: https://quay.io/repository/redhatgov/service-mesh-workshop-olm-snapshot
Then the agnosticd code can be updated to reference that container versus the manually built one in here: https://github.com/redhat-cop/agnosticd/blob/development/ansible/roles_ocp_workloads/ocp4_workload_servicemesh_workshop/defaults/main.yml#L33