zilliztech / milvus-operator

The Kubernetes Operator of Milvus.
https://milvus.io
Apache License 2.0
45 stars 23 forks source link

Create a chart repo for milvus-operator #12

Open ukclivecox opened 1 year ago

ukclivecox commented 1 year ago

At present I can't find a chart repo for the milvus-operator. Some tools that build on top of Helm don't handle the tgz style of helm targets. It would be good to have a normal helm repo if possible?

gruberdev commented 1 year ago

Could you please specify what exactly you're talking about when you mention a "chart repository"? The chart files are already located under the charts/milvus-operator directory, and the README provides a direct link to the Helm releases domain.

It's worth noting that the majority of Continuous Deployment tools have the capability to deploy applications directly using paths within Git repositories. They're not restricted to just handling .tar.gz releases.

Furthermore, the versioning of the Helm chart appears to be in sync with the versioning of the operator itself, maintaining a standalone repository for the chart files could be seen as redundant.