I’m currently setting up my homelab using k3s and helm. Normally I use the official charts from the projects themselves, but I’m a bit lost when trying to install software that don’t have official helm charts. Are there any searchable trusted resources for helm charts?
Good suggestion. I am a bit averse to bitnami unfortunately but it might beat writing all the charts myself.
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.
Artifact Hub might be what you’re looking for?
Good suggestion, but I find it hard to find the source of those charts (might be a mobile thing though). I will be sure to check it out more closely on my desktop.
Sorry for replying late, on desktop there’s a sidebar that has a link to the chart source.