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?

  • Woodspring
    link
    English
    11 year ago

    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.