quintush / helm-unittest

BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.
MIT License
344 stars 69 forks source link

Make Helm3 as default #142

Closed eshepelyuk closed 2 years ago

eshepelyuk commented 2 years ago

Currently, this plugin considers Helm2 as default, so users should explicitely pass -3 argument to make it work.

Since Helm2 is EoL for almost a year already - the library must make Helm 3 as default.

https://helm.sh/blog/helm-v2-deprecation-timeline/

eshepelyuk commented 2 years ago

@quintush I've created a PR for this, could you plz review ?