Merge pull request #2901 from bacongobbler/bump-lint-k8s-version

bump k8s version in helm lint to 1.7
pull/2831/head
Matthew Fisher 7 years ago committed by GitHub
commit 1ac5cd78de

@ -58,7 +58,7 @@ func Templates(linter *support.Linter) {
APIVersions: chartutil.DefaultVersionSet,
KubeVersion: &version.Info{
Major: "1",
Minor: "6",
Minor: "7",
GoVersion: runtime.Version(),
Compiler: runtime.Compiler,
Platform: fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH),

Loading…
Cancel
Save