https://github.com/kubebb/components
Official verified components/repositories
https://github.com/kubebb/components
Last synced: 4 months ago
JSON representation
Official verified components/repositories
- Host: GitHub
- URL: https://github.com/kubebb/components
- Owner: kubebb
- License: apache-2.0
- Created: 2023-06-05T11:08:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T06:21:20.000Z (over 2 years ago)
- Last Synced: 2025-10-11T14:55:21.527Z (10 months ago)
- Language: Smarty
- Homepage:
- Size: 921 KB
- Stars: 4
- Watchers: 2
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Components
Host officially verified components/repositories which can be used in our kubebb!
- `charts` host verified components(`helm chart`)
- `repos` host verified repositories
## Usage
### In kubebb
1. Add the kubebb component repository
```shell
kubectl apply -n kubebb-system -f repos/repository_kubebb.yaml
```
2. Search components under this repository
```shell
kubectl get components -n kubebb-system -l kubebb.component.repository=kubebb
```
3. Schedule a `ComponentPlan` and subscribe updates
To be detailed!
### In helm
1. Add the kubebb charts repository
```shell
helm repo add kubebb https://kubebb.github.io/components
```
2. Update the helm repo
```shell
helm repo update
```
3. Search the helm charts
```shell
helm search repo kubebb
```
4. Install chart
```shell
helm install {release_name} kubebb/{chart}
```
## Contribute to Kubebb Components
If you want to contribute to Kubb Core, refer to [contribute guide](CONTRIBUTING.md).
## Support
If you need support, start with the troubleshooting guide, or create github [issues](https://github.com/kubebb/components/issues/new)