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?
Not as far as I know. The only option is usually looking in Github if someone did already the work, but that’s not trusted…However, I usually just run Helm template command to see what manifests get rendered, so it’s not too hard to establish trust.
In my experience also chart writers tend to be quite generous with permissions (for example, providing a ServiceAccount even when not needed), so I end up tweaking the charts very often.
Good suggestion. I am a bit averse to bitnami unfortunately but it might beat writing all the charts myself.
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.