The Ditto Helm chart is managed at the Eclipse IoT Packages project.
To install the chart with the release name eclipse-ditto, run the following commands:
helm repo add eclipse-iot https://www.eclipse.org/packages/charts/
helm repo update
helm install eclipse-ditto eclipse-iot/ditto
To uninstall/delete the eclipse-ditto deployment:
helm delete eclipse-ditto