Go to file
2025-09-29 00:29:17 +02:00
common jellyfin: Add an initial Chart 2025-09-29 00:29:17 +02:00
jellyfin jellyfin: Add an initial Chart 2025-09-29 00:29:17 +02:00
.gitignore jellyfin: Add an initial Chart 2025-09-29 00:29:17 +02:00
README.md jellyfin: Add an initial Chart 2025-09-29 00:29:17 +02:00

infra-charts

Custom Helm Charts that do not exist like this anywhere else.

Requirements

  • Helm

Adding/Modifying Charts

To create a new Helm Chart, run helm create <name>. Make sure to depend on the local common Chart as it provides common templates, like application labels, etc.

When done, run helm lint <chart> to lint the Helm Chart.