Welcome to the TOTMICRO Helm repository, offering Helm charts to easily deploy and manage NetBird and its dashboard in your Kubernetes environment.
To use these Helm charts, you will first need to add this repository to Helm.
Run the following command to add this Helm repository:
helm repo add totmicro https://totmicro.github.io/helmsOnce the repository is added, you can install any of the charts as follows:
- NetBird Chart:
helm install netbird totmicro/netbirdTo get the latest version of the charts, run:
helm repo updateYou can uninstall the charts using Helm’s uninstall command:
- Uninstall NetBird:
helm uninstall netbirdNew chart versions are automatically published through GitHub Actions. To deploy a new version, make sure to increment the chart version; otherwise, it will not be published.
Feel free to open issues or pull requests if you would like to contribute to these Helm charts.