A collection of production-ready Helm charts for deploying various applications on Kubernetes.
| Chart | Description |
|---|---|
| chibisafe | File vault and sharing platform for self-hosted file uploads |
| ente-photos | End-to-end encrypted photo storage and backup platform |
| overpass-api | Read-only API for querying OpenStreetMap data |
helm repo add l4gdev https://l4gdev.github.io/helm-charts
helm repo update# Install Chibisafe
helm install chibisafe l4gdev/chibisafe
# Install Ente Photos
helm install ente-photos l4gdev/ente-photos
# Install Overpass API
helm install overpass l4gdev/overpass-api
# Install with custom values
helm install myrelease l4gdev/<chart-name> -f custom-values.yamlhelm search repo l4gdev- Kubernetes 1.19+
- Helm 3.2.0+
# Lint a chart
helm lint charts/<chart-name>
# Test template rendering
helm template test charts/<chart-name>
# Install locally with dry-run
helm install test charts/<chart-name> --dry-run --debugContributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Test the chart:
helm lint charts/<chart-name> - Submit a pull request
Charts are licensed under the MIT License unless otherwise noted.
Individual applications deployed by these charts may have different licenses.
The code is provided as-is with no warranties.