dragonflydb / dragonfly-operator

A Kubernetes operator to install and manage Dragonfly instances.
https://www.dragonflydb.io/docs/managing-dragonfly/operator/installation
Apache License 2.0
132 stars 28 forks source link

Add a Helm chart for method of installation #168

Open onedr0p opened 6 months ago

onedr0p commented 6 months ago

Hi 👋🏼

It would be awesome if Helm was a supported method to install the operator and CRDs. The non-operator app has a Helm chart https://github.com/dragonflydb/dragonfly/tree/main/contrib/charts/dragonfly

This would allow the operator to gain more adoption.

Thanks!

nujragan93 commented 5 months ago

would like to help with this

TheDukeDK commented 1 month ago

Would it be possible to ALSO package the chart in the old format along with the OCI formatted chart and push it to https://artifacthub.io?

It would be helpful for expanding adoption of the operator I think. We, for example, have a whole crap load of scripting around helm where we use the old way of doing helm repo add.

I guess there is at least someone else that also has this need as they seem to have done this. See Jacob Colvin's Helm Charts. But I would personally prefer to use a chart provided by this project instead of someone else.