Helm charts maintained by @hlhc.
Charts are published from the charts/ directory in this repository.
| Chart | Description |
|---|---|
| cloudflared | Lightweight daemon that creates outbound-only encrypted tunnels from your cluster to the Cloudflare network |
| headscale | Open source, self-hosted implementation of the Tailscale control server |
helm install my-release oci://ghcr.io/hlhc/charts/<chart-name>Warning
All chart versions in the 0.x.x range are unstable.
Breaking changes may be introduced in any 0.x.x release, including minor and patch bumps.
Use exact pinning in production and review release notes carefully before upgrading.
- Kubernetes 1.21+
- Helm 4.0+
Install a chart:
helm install my-release oci://ghcr.io/hlhc/charts/<chart-name>Install with custom values:
helm install my-release oci://ghcr.io/hlhc/charts/<chart-name> -f values.yamlhelm upgrade my-release oci://ghcr.io/hlhc/charts/<chart-name>helm uninstall my-releaseFrom a chart directory:
helm lint .
helm template test-release .For charts using dependencies:
helm dependency updateCopyright (c) 2026 Cyrus Ho.
Licensed under the Apache License, Version 2.0.