2018-09-03 14:23:49 +00:00
|
|
|
# Argo Helm Charts
|
|
|
|
|
2021-07-09 11:08:43 +00:00
|
|
|
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
|
2021-05-21 15:59:30 +00:00
|
|
|
[![Chart Publish](https://github.com/argoproj/argo-helm/actions/workflows/publish.yml/badge.svg?branch=master)](https://github.com/argoproj/argo-helm/actions/workflows/publish.yml)
|
|
|
|
|
2021-03-18 22:38:02 +00:00
|
|
|
Argo Helm is a collection of **community maintained** charts for http://argoproj.io/ projects. The charts can be added using following command:
|
2018-09-03 14:23:49 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
helm repo add argo https://argoproj.github.io/argo-helm
|
|
|
|
```
|
2021-07-09 11:08:43 +00:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
We'd love to have you contribute! Please refer to our [contribution guidelines](CONTRIBUTING.md) for details.
|