IoT Packages is an effort by the Eclipse IoT working group, to create easy to deploy Eclipse IoT based, end-to-end scenarios, on top of Kubernetes and Helm.
See: https://eclipse.org/packages
This repository contains submodules for each of the packages. To clone the repository with all submodules, use:
git clone [email protected]:ATNoG/eclipse-packages.git
cd eclipse-packages
git checkout atnog-packages
git submodule update --init --recursive
helm dependency update charts/ditto/deployment/helm/ditto
helm package charts/ditto/deployment/helm/ditto
helm dependency update charts/hono
helm package charts/hono
helm dependency update packages/cloud2edge
helm package packages/cloud2edge