| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Production-ready Helm charts for self-hosted infrastructure, maintained by KitStream.
| Chart | Description | Version |
|---|---|---|
| netbird | Deploy NetBird VPN (management, signal, dashboard, relay) on Kubernetes | 0.1.1 |
helm install netbird oci://ghcr.io/kitstream/helms/netbird \
--version 0.1.1 \
-n netbird --create-namespace \
-f my-values.yamlgit clone https://github.com/KitStream/helms.git
helm install netbird helms/charts/netbird \
-n netbird --create-namespace \
-f my-values.yamlSee each chart's README for detailed configuration.
A scheduled GitHub Actions workflow checks upstream repositories daily for new releases and opens a GitHub issue when a chart is behind upstream.
Edit .upstream-monitor.yaml to add new charts or upstream sources:
charts:
- name: netbird
path: charts/netbird
sources:
- name: server
github: netbirdio/netbird
strip_v_prefix: true
targets:
- file: Chart.yaml
yaml_path: .appVersionRun the check on demand from the Actions tab → Upstream Version Check → Run workflow. Enable the dry_run checkbox to preview changes without creating an issue.
# Preview what would change (no issue created)
DRY_RUN=true ./ci/scripts/upstream-check.sh
# Run for real (requires gh auth login)
./ci/scripts/upstream-check.shWe welcome contributions! Please read our Contributing Guide before submitting pull requests.
See SECURITY.md for our security policy and reporting instructions.
Apache License 2.0 — see LICENSE.
Copyright 2026 KitStream
| Back | FazBrowse Home | New Git URL |