Sometimes people build their own helm charts on GitHub, but not sure if that will qualify for "trusted".
You can make your own, if a project has an official docker image, it'll just be a matter of writing a deployment.yaml with that image,, a service.yaml for the deployment and possibly a pvc.yaml just to give it some persistence storage. Its what I do if a project doesn't have an official helm chart.
Sometimes people build their own helm charts on GitHub, but not sure if that will qualify for "trusted".
You can make your own, if a project has an official docker image, it'll just be a matter of writing a deployment.yaml with that image,, a service.yaml for the deployment and possibly a pvc.yaml just to give it some persistence storage. Its what I do if a project doesn't have an official helm chart.