ArgoProj Helm Charts
Find a file
Liviu Costea 057b4f3a57 Harcode resource names because code expects them this way
Some resource names and application urls are hardcoded in code with these
names. So they can't be parameterized.
2019-02-10 09:47:40 +02:00
.argo Use helm to index repo 2017-10-11 11:20:19 -07:00
charts Harcode resource names because code expects them this way 2019-02-10 09:47:40 +02:00
scripts Add readme file 2018-09-03 07:23:49 -07:00
.gitignore Configure git repositories, helm chart museums and dex connectors 2019-02-10 09:45:06 +02:00
LICENSE Add readme file 2018-09-03 07:23:49 -07:00
OWNERS Add readme file 2018-09-03 07:23:49 -07:00
README.md Add readme file 2018-09-03 07:23:49 -07:00

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.