Open
Description
System info:
- OS: MacOS, also Docker Image
Describe the bug
kube-linter returns an error (see below) but the HelmChart is valid and installable
To Reproduce
Checkout this code https://github.com/PascalTurbo/stackrox-kube-linter-bug-example and run kube-linter lint -v chart
Output
kube-linter lint -v chart
Warning: failed to load object from chart/templates/pipeline.yaml: failed to decode: no kind "Pipeline" is registered for version "tekton.dev/v1beta1" in scheme "pkg/runtime/scheme.go:100"
Warning: no valid objects found.