zilliztech / milvus-operator

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

Chart v0.8.1 was not published #19

Open aceat64 opened 9 months ago

aceat64 commented 9 months ago

The action failed trying to run ct lint as it didn't detect any changes to the chart:

https://github.com/zilliztech/milvus-operator/actions/runs/6180913848/job/16778106289

A simple workaround for this may be to run ct lint --all which bypasses the change detection. This should be fine since the workflow is only run on pushes for tags.

haorenfsa commented 9 months ago

I manually release the chart in github pages, now it should be available. I'll check the action later