Hey there!
I was trying to deploy openMRS to a Kubernetes cluster and according to the official docs I followed the contents of this GitHub repo.
In the README.md file it mentions that the helm chart is hosted in the oci://ghcr.io/openmrs/openmrs registry but if you try to pull it you get a 403.
After searching around I found that docker hub that seems to host the helm chart. Once I pulled it i realized that the contents of it are kind of different from the ones that the above GitHub repo hosts. For example the helm chart in docker hub implements a sub chart called openmrs-gateway which misses at from the github repo.
So, since I would like to start contributing to the helm chart project, I would like to understand if there is any other repo that hosts the helm chart’s code and why there are these misalignments. I suppose that the Readme might be not updated but what about the code?