Skip to content

ATNoG/ditto-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

Releases

No releases published

Packages

No packages published