Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veops/helm-charts
Helm charts for VeOps projects
https://github.com/veops/helm-charts
cmdb helm helm-charts kubernetes
Last synced: 3 months ago
JSON representation
Helm charts for VeOps projects
- Host: GitHub
- URL: https://github.com/veops/helm-charts
- Owner: veops
- License: agpl-3.0
- Created: 2024-06-11T12:27:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T12:27:42.000Z (8 months ago)
- Last Synced: 2024-06-23T13:40:19.238Z (8 months ago)
- Topics: cmdb, helm, helm-charts, kubernetes
- Language: Smarty
- Homepage:
- Size: 86.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Veops Helm Charts
This repository contains Helm charts for Veops project.
## Usage
[Helm](https://helm.sh/) must be installed to use the charts. Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.
Once Helm is set up properly, add the repo as follows:
```bash
$ helm repo add veops https://veops.github.io/helm-charts
```## Helm Charts
You can then run helm search repo `veops` to see the charts.### cmdb
The chart can be used to install [cmdb](https://github.com/veops/cmdb) in a Kubernetes cluster. More detailed documentation can be found in [cmdb chart directory](./charts/cmdb/README.md).## Contributing
See [Contributing](./Contributing.md)
## License
[AGPL-3.0 license](./LICENSE)