• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • 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.