ditto-helm-chart

Helm Chart Repo for Eclipse Ditto

Submodules

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

Add/Edit chart to the repo

  1. Package the chart
helm package <chart-name>
  1. Move the packaged chart to the repo /charts directory
mv <chart-name>.tgz charts/
  1. Update the index.yaml
helm repo index . --url https://ATNoG.github.io/ditto-helm-chart
  1. Commit and push the changes