Official Helm Charts repository for binrc products - Monorepo architecture.
Repository URL: https://charts.binrc.com
Add the binrc Helm repository:
helm repo add binrc https://charts.binrc.com
helm repo updateSearch available charts:
helm search repo binrc| Chart | Version | App Version | Description | Status |
|---|---|---|---|---|
| headcni | 1.0.0 | 1.0.0 | Kubernetes CNI plugin with Tailscale integration | ✅ Stable |
helm install headcni binrc/headcni \
--namespace kube-system \
--set config.headscale.url=https://your-headscale.com \
--set config.headscale.authKey=your-auth-key \
--create-namespace# Show chart metadata
helm show chart binrc/headcni
# Show default values
helm show values binrc/headcni
# Show README
helm show readme binrc/headcni- Website: https://charts.binrc.com
- Getting Started: docs/getting-started.md
- Contributing: docs/contributing.md
Charts/
├── charts/ # All Helm Charts source code
│ ├── headcni/ # HeadCNI Chart
│ └── ... # More charts
│
├── scripts/ # Automation scripts
│ ├── publish-chart.sh
│ └── test-all-charts.sh
│
├── docs/ # Documentation
│ ├── getting-started.md
│ └── contributing.md
│
└── .github/ # CI/CD workflows
└── workflows/
- Helm 3.0+
- kubectl
- Access to a Kubernetes cluster
# Lint
helm lint charts/headcni
# Template
helm template test charts/headcni
# Dry-run install
helm install test charts/headcni --dry-run --debug./scripts/test-all-charts.sh./scripts/publish-chart.sh <chart-name>
# Example
./scripts/publish-chart.sh headcniWe welcome contributions! Please see CONTRIBUTING.md for guidelines.
- Create a new directory under
charts/ - Follow the standard Helm chart structure
- Add documentation (README.md)
- Test locally
- Submit a Pull Request
- Follow Helm best practices
- Include comprehensive README.md
- Provide sensible default values
- Document all values in values.yaml
- Include examples in README
Each chart has its own license. See individual chart directories for details.
- Website: https://charts.binrc.com
- GitHub: https://github.com/binrchq/Charts
- Organization: https://github.com/binrchq
- Email: hello@binrc.com
- Issues: GitHub Issues
- Discussions: GitHub Discussions
Made with ❤️ by binrc Team