README.md 973 Bytes
Newer Older
kelseiv's avatar
kelseiv committed
1
# InfluxData Helm charts
2

Naseem's avatar
Naseem committed
3
[![License](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE)
4
[![](https://github.com/influxdata/helm-charts/workflows/helm-charts%2Frelease/badge.svg?branch=master)](https://github.com/influxdata/helm-charts/actions)
kelseiv's avatar
kelseiv committed
5
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://www.influxdata.com/slack)
Naseem's avatar
Naseem committed
6 7 8

## Usage

kelseiv's avatar
kelseiv committed
9
1. Install [Helm](https://helm.sh). For more information, see [Helm documentation](https://helm.sh/docs/).
Naseem's avatar
Naseem committed
10

kelseiv's avatar
kelseiv committed
11
2. Add the InfluxData Helm repository:
Naseem's avatar
Naseem committed
12

kelseiv's avatar
kelseiv committed
13 14 15
   ```console
   helm repo add influxdata https://helm.influxdata.com/
   ```
Naseem's avatar
Naseem committed
16

kelseiv's avatar
kelseiv committed
17 18 19 20 21
3. View InfluxData Helm charts:

   ```console
   helm search repo influxdata
   ```
Naseem's avatar
Naseem committed
22 23 24

## Contributing

25
We'd love to have you contribute! Please refer to our [contribution guidelines](CONTRIBUTING.md) for details.
Naseem's avatar
Naseem committed
26 27 28

## License

David McKay's avatar
David McKay committed
29
[MIT License](./LICENSE)
kelseiv's avatar
kelseiv committed
30 31

Check out our [Slack channel](https://www.influxdata.com/slack) for support and information.