Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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 --create-namespace 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