dragonflyoss / helm-chart

12 stars 5 forks source link

sync to latest release version #10

Closed yeya24 closed 4 years ago

yeya24 commented 5 years ago

Currently the official release of Dragonfly is 0.4.2, and it migrates from Java to Go. But in this helm chart, Dragonfly is still in 0.2.0, it is too old so we must update it.

Maybe blocked by: https://github.com/dragonflyoss/Dragonfly/issues/651 https://github.com/dragonflyoss/Dragonfly/issues/679

I think we can start to work on this helm chart after these two are solved.

yeya24 commented 5 years ago

Since https://github.com/dragonflyoss/Dragonfly/issues/679 has been solved, I will work on this chart with release 0.4.3 first.

yeya24 commented 5 years ago

Currently we use two helm charts to deploy supernode and dfclient. However I think it should be one helm chart to deploy supernode and dfclient together. WDYT? @allencloud @Starnop

yeya24 commented 4 years ago

Updated: Since dragonfly 1.0.0 is released, we should update this helm chart as well.

starnop commented 4 years ago

Updated: Since dragonfly 1.0.0 is released, we should update this helm chart as well.

Updated with #12

yeya24 commented 4 years ago

@Starnop I' ll check and test it this weekend.

yeya24 commented 4 years ago

Close this since merging #12. The next thing we should do is adding docs. @Starnop