Skip to content

hlhc/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@hlhc/Helm Charts

Helm charts maintained by @hlhc.

Charts

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

TL;DR

helm install my-release oci://ghcr.io/hlhc/charts/<chart-name>

Versioning Policy

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.

Prerequisites

  • Kubernetes 1.21+
  • Helm 4.0+

Installation

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.yaml

Upgrade

helm upgrade my-release oci://ghcr.io/hlhc/charts/<chart-name>

Uninstall

helm uninstall my-release

Development

From a chart directory:

helm lint .
helm template test-release .

For charts using dependencies:

helm dependency update

License

Copyright (c) 2026 Cyrus Ho.

Licensed under the Apache License, Version 2.0.

About

Helm charts maintained by @hlhc.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors