Add readme file

This commit is contained in:
Alexander Matyushentsev 2018-09-03 07:23:49 -07:00
parent 4daf72c423
commit 2d713a758b
4 changed files with 237 additions and 1 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# 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:
```
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.