To use Helm charts effectively, we will need the container images for 8Knot to be available on Quay for Openshift to pull.
In the past, we've built and pushed images to quay via Github automation but that broke- need to fix it and update it.
Specifically, we're using a dockerhub base Redis instance, which Openshift doesn't like. Having the image pre-built and cached on Quay alleviates that problem.
To use Helm charts effectively, we will need the container images for 8Knot to be available on Quay for Openshift to pull. In the past, we've built and pushed images to quay via Github automation but that broke- need to fix it and update it. Specifically, we're using a dockerhub base Redis instance, which Openshift doesn't like. Having the image pre-built and cached on Quay alleviates that problem.