README.md 1.35 KB
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
![Support](https://img.shields.io/badge/Support-Community-yellow.svg)
5
[![](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
6
[![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
7 8 9

## Usage

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

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

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

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

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

24 25 26 27 28 29 30 31 32
## Support

These Helm charts are community supported. InfluxData provides no official support for their use.

Pull requests and issues are the responsibility of the project's moderator(s) which may include vetted individuals outside of the
InfluxData organization. All issues should be reported and managed via GitHub (not via InfluxData's standard support process).

Join us on [Slack](https://www.influxdata.com/slack) in `#helm`!

Naseem's avatar
Naseem committed
33 34
## Contributing

35
We'd love to have you contribute! Please refer to our [contribution guidelines](CONTRIBUTING.md) for details.
Naseem's avatar
Naseem committed
36 37 38

## License

David McKay's avatar
David McKay committed
39
[MIT License](./LICENSE)