Go to file
2025-10-13 20:09:02 +02:00
common headscale: Add headscale Chart 2025-10-12 00:49:12 +02:00
headscale headscale: Add headscale Chart 2025-10-12 00:49:12 +02:00
internal-headscale internal-headscale: Add Chart 2025-10-13 20:09:02 +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.