Antoine Deschênes

Results 54 comments of Antoine Deschênes

@davidgwps Each helm minor version matches a k8s minor version. You can run lint with different helm versions as a workaround. Also you could support multiple HPA versions using if...

Still an issue with 3.6.2? All the `helm show chart` calls were refactored

Try v3.4.5, I think https://github.com/Praqma/helmsman/pull/505 fixes this as a side-effect

I suppose these errors would be caught running helmsman with `--apply --dry-run`? (Since it's a rendering error, `helm template` would be more efficient than `helm diff` at finding these errors)...

tmpdir could easily be randomized, but you'll also find that the `helm repo update` command run by helmsman causes issues when running in parallel (setting HELM_ environment variables could help...

helmsman doesn't seem to handle these variables by itself, it's basically running `helm` commands (you could look at what command fails with the `-debug` flag and run it on your...

Note that PSPs are to be deprecated from 1.21 https://github.com/kubernetes/kubernetes/pull/97171

I have a similar issue using the a vanilla ubuntu:focal image from docker hub. github actions uses a custom Ubuntu 20.04 virtual machine with a large amount of installed tools,...

For anyone looking for a workaround, you can add anything you want in the Chart.yaml `annotations:`. I add annotations during my CI build to Chart.yaml right before packaging. Ex: add...