Update kubeconform to 0.4.7

This change updates the version of kubeconform to 0.4.7. It simplifies the
`validate` Makefile target and extracts the kubernetes version into a variable.
This commit is contained in:
fpetkovski
2021-05-25 15:23:17 +02:00
parent b9ecb0a6c6
commit 5fbdddf92e
3 changed files with 10 additions and 3 deletions

View File

@@ -7,5 +7,5 @@ require (
github.com/campoy/embedmd v1.0.0
github.com/google/go-jsonnet v0.17.1-0.20210101181740-31d71aaccda6 // 7 commits after 0.17.0. Needed by jsonnet linter
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
github.com/yannh/kubeconform v0.4.2 // indirect
github.com/yannh/kubeconform v0.4.7
)