open-engineering/headscale-chart
2
3
Fork
You've already forked headscale-chart
1
A helm chart for deploying headscale.
  • Go Template 100%
2026年07月03日 15:08:02 +00:00
.forgejo add helm link and label checks 2026年06月27日 12:16:08 +02:00
charts/headscale Update to version 0.5.2 and regenerate docs. 2026年07月03日 15:08:02 +00:00
.pre-commit-config.yaml clean up headscale for proper releases and renovate runs 2026年05月14日 21:36:34 +02:00
AI_POLICY.md clean up headscale for proper releases and renovate runs 2026年05月14日 21:36:34 +02:00
CODE_OF_CONDUCT.md clean up headscale for proper releases and renovate runs 2026年05月14日 21:36:34 +02:00
LICENSE move license to root directory so readme is included 😅 2026年02月04日 10:23:38 +01:00
README.md add new release process for headscale chart to codeberg 2026年06月16日 15:23:36 +02:00
renovate.json add new release process for headscale chart to codeberg 2026年06月16日 15:23:36 +02:00

Headscale helm chart

This is another helm chart for headscale. (This is not officially affiliated with headscale. We're just huge fans)

Features:

  • documented values.yaml file with accompanying README for ease of use
  • optionally use existing Kubernetes Secrets for sensitive init data (private keys, OIDC credentials)
  • optionally use existing Persistent Volume Claims
  • the entire headscale config file is able to be templated
  • no self referencing helm values in the values.yaml
  • hosted on the codeberg

Uses the official upstream docker image: headscale/headscale

Getting Started

helm repo add codeberg.org https://codeberg.org/api/packages/open-engineering/helm
helm repo update
helm install headscale codeberg.org/headscale

local installation

If you're testing locally, you can clone the repo:

git clone https://codeberg.org/open-engineering/headscale-chart

Then go over to the charts/headscale directory:

cd headscale-chart/charts/headscale

And run:

helm install .