FeatBit is an open-source feature flags management tool. This Helm chart bootstraps a FeatBit installation on a Kubernetes cluster using the Helm package manager.
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add featbit https://featbit.github.io/featbit-charts/
If you had already added this repo earlier, run helm repo update
to retrieve
the latest versions of the packages. You can then run helm search repo
featbit
to see the charts.
To install the featbit chart:
helm install <your-release-name> featbit/featbit
To simply upgrade your current release to the latest version of featbit chart:
helm repo update [featbit]
helm upgrade <your-release-name> featbit/featbit
To uninstall the chart:
helm delete <your-realease-name>
To get the more details of using helm to deploy or maintain your featbit release in the k8s, please refer to Helm’s documentation