Open uthark opened 1 year ago
Hey @uthark working on getting v2.2 and v3 out tomorrow. v2.2 will bump the Helm version and v3 will turn this into a nodejs based action instead of a Docker one and make things like multi arch and using installed tooling on the runner easier.
Thanks. By the way, I tried the latest version from master on Thursday and got multiple "not found" errors.
Just released v3
, which uses the latest version of helm. Yes I renamed masted
to 3.x
as I also was creating a 2.x
as it's Docker based and the new v3 is nodejs based. I probably want to put a matser
branch back with a warning :sweat_smile: .
Current version is 3.11.
Action uses helm 3.4.1
As a result, new helm options are not supported (i.e helm lint --quiet fails).
ideally, add an option to set required helm/kubectl versions via action config to provide future proof support.
Other issues is that new helm chart for the cert-manager fails to be linted because old version of helm is used: