Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 965 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 965 Bytes

Eclipse IoT Packages™ Gitter chat

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

Submodules

This repository contains submodules for each of the packages. To clone the repository with all submodules, use:

git clone git@github.com:ATNoG/eclipse-packages.git
cd eclipse-packages
git checkout atnog-packages
git submodule update --init --recursive

Package Charts

Ditto

helm dependency update charts/ditto/deployment/helm/ditto
helm package charts/ditto/deployment/helm/ditto

Hono

helm dependency update charts/hono
helm package charts/hono

Cloud2Edge

helm dependency update packages/cloud2edge
helm package packages/cloud2edge