ArgoProj Helm Charts
Find a file
seanson@users.noreply.github.com 87c5c1a5a4
Update argo-cd for 1.2.0 (#101)
This updates the chart to the new deployment requirements of the 1.2.0
release. This involves the following changes:

- UI init sidecar removed as no longer required for server
- Application-controller metrics service moved to it's own yaml
- Server metrics service created
- CRDs updated
- ConfigMap `app.kubernetes.io/part-of` locked to argocd as it is static
- Chart version and application version bump
2019-09-06 12:32:41 +10:00
.argo Use helm to index repo 2017-10-11 11:20:19 -07:00
.github Adds Probot (#54) 2019-04-16 11:26:03 -07:00
charts Update argo-cd for 1.2.0 (#101) 2019-09-06 12:32:41 +10:00
scripts Add readme file 2018-09-03 07:23:49 -07:00
.gitignore Helm chart for ArgoCD (#34) 2019-02-13 14:22:11 -08: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.