dragonflydb/dragonfly-operator

Add a Helm chart for method of installation

Opened this issue ยท 2 comments

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!

would like to help with this

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.