A collection of Helm charts for UniFi Network infrastructure components.
| Chart | Description | 
|---|---|
| unifi | UniFi Network Controller | 
Add the Helm repository:
helm repo add unifi https://unifi-helm.hannoeru.me/
helm repo updateInstall a chart:
helm install my-unifi unifi/unifiFor detailed installation instructions, configuration options, and examples, see the individual chart documentation:
- UniFi Network Controller - Complete setup guide with Bitnami MongoDB subchart, configuration examples, and troubleshooting
 
- Helm 3.8+
 - Docker
 - Kind (for local testing)
 
# Clone the repository
git clone https://github.com/hannoeru/unifi-helm.git
cd unifi-helm
# Install development tools
make install-tools
# Run tests
make testmake help                 # Show available targets
make install-tools        # Install all development tools
make test                 # Run unit tests and linting
make test-full           # Run all tests including install tests
make test-kind           # Run tests with temporary kind cluster- Fork the repository
 - Create a feature branch
 - Make your changes
 - Add tests for new functionality
 - Run the test suite: 
make test - Submit a pull request
 
This project is licensed under the MIT License - see the LICENSE file for details.