Host officially verified components/repositories which can be used in our kubebb!
- chartshost verified components(- helm chart)
- reposhost verified repositories
- Add the kubebb component repository
    kubectl apply -n kubebb-system -f repos/repository_kubebb.yaml- Search components under this repository
    kubectl get components -n kubebb-system -l kubebb.component.repository=kubebb- Schedule a ComponentPlanand subscribe updates
To be detailed!
- Add the kubebb charts repository
    helm repo add kubebb https://kubebb.github.io/components- Update the helm repo
    helm repo update- Search the helm charts
    helm search repo kubebb- Install chart
    helm install {release_name} kubebb/{chart}If you want to contribute to Kubb Core, refer to contribute guide.
If you need support, start with the troubleshooting guide, or create github issues