Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 552 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 552 Bytes

Eclipse Ditto :: Helm

The official Ditto Helm chart is managed here, in folder ditto.
It is deployed as "OCI artifact" to Docker Hub at: https://hub.docker.com/r/eclipse/ditto

Install Ditto via Helm Chart

To install the chart with the release name eclipse-ditto, run the following commands:

helm install -n ditto my-ditto oci://registry-1.docker.io/eclipse/ditto --version <version> --wait

Uninstall the Helm Chart

To uninstall/delete the my-ditto deployment:

helm uninstall my-ditto