helm/pkg/lint/rules
anessi acf7158565
feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint'
When --skip-schema-validation is set, any schema contain in the helm chart is ignored. Defaults to 'false'.

Closes #10398

Signed-off-by: anessi <16045045+anessi@users.noreply.github.com>
2024-06-25 16:43:48 +02:00
..
testdata validation fix 2024-02-07 10:54:15 -05:00
chartfile.go validation fix 2024-02-07 10:54:15 -05:00
chartfile_test.go validation fix 2024-02-07 10:54:15 -05:00
dependencies.go lint and validate dependency metadata to reference dependencies with a unique key (name or alias) 2023-05-23 09:03:22 +02:00
dependencies_test.go Merge pull request #9176 from dastrobu/#9169/lint-dependency-shadowing 2024-01-08 15:56:29 -05:00
deprecations.go lint: Add --kube-version flag to set capabilities and deprecation rules 2024-01-08 19:35:41 -05:00
deprecations_test.go lint: Add --kube-version flag to set capabilities and deprecation rules 2024-01-08 19:35:41 -05:00
template.go feat(helm): add --skip-schema-validation flag to helm 'install', 'upgrade' and 'lint' 2024-06-25 16:43:48 +02:00
template_test.go test: replace ensure.TempDir with t.TempDir 2023-07-29 16:11:22 +08:00
values.go Updating the Go version in go.mod 2023-03-22 11:52:30 -04:00
values_test.go test: replace ensure.TempDir with t.TempDir 2023-07-29 16:11:22 +08:00