Helm Chart Repo for Eclipse Ditto
This repository contains a submodule with the source code of the packages. To clone the repository with all submodules, use:
git clone --recurse-submodules -j8 git@github.com:ATNoG/ditto-helm-chart.git
cd ditto-helm-chart
- Package the chart
helm package <chart-name>
- Move the packaged chart to the repo /charts directory
mv <chart-name>.tgz charts/
- Update the index.yaml
helm repo index . --url https://ATNoG.github.io/ditto-helm-chart
- Commit and push the changes