openebs-archive / dynamic-nfs-provisioner

Operator for dynamically provisioning an NFS server on any Kubernetes Persistent Volume. Also creates an NFS volume on the dynamically provisioned server for enabling Kubernetes RWX volumes.
Apache License 2.0
169 stars 58 forks source link

feat(chart): release changes for v0.11.0 #178

Closed niladrih closed 10 months ago

niladrih commented 11 months ago

Changes:

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f1d124e) 49.94% compared to head (17e788d) 49.94%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #178 +/- ## ======================================== Coverage 49.94% 49.94% ======================================== Files 38 38 Lines 2805 2805 ======================================== Hits 1401 1401 Misses 1298 1298 Partials 106 106 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

njuptlzf commented 11 months ago

Something went wrong with CI, Back-off pulling image "openebs/provisioner-nfs:0.11.0" This is also the reason why I did not modify the appversion of Chart.yaml. @niladrih , how do you plan to solve this problem? Will 0.11.0 be released first? This seems to be a necessary process.

niladrih commented 11 months ago

Something went wrong with CI, Back-off pulling image "openebs/provisioner-nfs:0.11.0" This is also the reason why I did not modify the appversion of Chart.yaml. @niladrih , how do you plan to solve this problem? Will 0.11.0 be released first? This seems to be a necessary process.

Yeah, I've just tagged v0.11.0. It's got your changes in it. I'll retry this CI check soon, the image build-and-push job is in-progress.