Contributing (#116)

This commit is contained in:
Alex Collins 2019-09-19 17:36:12 -07:00 committed by GitHub
parent c78f70e82d
commit 574e5cfa18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 79 additions and 38 deletions

View file

@ -1,19 +1,7 @@
# Argo Helm Charts
Repository contains helm charts for http://argoproj.io/ projects. Helm charts repository is hosted using Github pages
and can be added using following command:
Argo Helm is a collection of **community maintained** charts for http://argoproj.io/ projects. the charts can be added using following command:
```
helm repo add argo https://argoproj.github.io/argo-helm
```
## Publishing changes
To push changes use following script:
```
GIT_PUSH=true ./scripts/publish.sh
```
Script generates tar file for each chart in `charts` directory and push changes to `gh-pages` branch.
Write access to https://github.com/argoproj/argo-helm.git is required to publish changes.