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/helms
Once the repository is added, you can install any of the charts as follows:
- NetBird Chart:
helm install netbird totmicro/netbird
To get the latest version of the charts, run:
helm repo update
You can uninstall the charts using Helm’s uninstall
command:
- Uninstall NetBird:
helm uninstall netbird
New 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.