Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)