flux-check-hook
flux-check-hook copied to clipboard
I'm working on https://github.com/allenporter/flux-local which is a library for extracting resources out of flux kustomizations, HelmRepository, and HelmRelease and building templates. I was considering generalizing my pre-commit and tests and...
When running the pre-commit hook with a Helm binary v3.8.2 or later (possibly earlier versions as well), the hook will always fail with: ``` ==> Linting *.tgz Error unable to...
**Issue** If a Helm repository requires authentication to access, the pre-commit hook is unable to access it. `Error: looks like "https://charts.private.repo.test/" is not a valid chart repository or cannot be...
I'm using v0.5.0 of this hook, but I get this error: [ERROR] vaultwarden-hr.yaml: TypeError ("string indices must be integers, not 'str'",) `vaultwarden-hr.yaml`: ```yaml --- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name:...