RedHatGov / service-mesh-workshop-dashboard

Materials for a workshop on OpenShift Service Mesh
25 stars 22 forks source link

RHPDS enhancement - make a github action to create the OLM snapshot and push it to quay #11

Closed dudash closed 2 years ago

dudash commented 3 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

dudash commented 2 years ago

this might be OBE with the latest updates for fix install plan #15 ... moving away from custom catalog source