Access these charts with
helm repo add funcx http://funcx.org/funcx-helm-charts
helm repo update
These notes are for the endpoint chart, but the same rules apply for the stack chart.
- Make sure the version numbers are updated in
Chart.yaml - In the directory above the chart (funcX/helm) issue the command:
helm package funcx_endpoint - Move the generated zip file to this repository
cdto the directory above this repository- Create a branch in this repo
- Issue command
helm repo index funcx-helm-charts --url http://funcx.org/funcx-helm-charts - Check in the new zip file, and the regenerated
index.yaml - Create a PR, merge into master
- Github-Pages will take it from there!