Commits
Click on a commit to change the comparison rangefix(tasks): version bump for helm charts
When bumping X.Y.9 to X.Y.10, the Helm chart version would not get
bumped since the comparison was done on plain strings (it would not
detect a new version).
Make use of the Python packaging Version type to compare versions
instead and solve this issue.
Signed-off-by: Fatih Acar <fatih@opsmill.com>16 days ago
by fatih-acar