I'd like to add this helm repo to our OpenShift Clusters to make installing the Octopus K8s Agent easier for our developers.
In OpenShift/OKD this is done like this
For this to work the repo needs to contain an index.yaml file describing the charts along with links to download the "tgz" files for each chart.
The index.yaml file can be created at build time using the "helm repo index" command, like this