bump k8s version in helm lint to 1.7

This commit is contained in:
Matthew Fisher 2017-09-06 10:01:38 -07:00
parent 5ed2d6bddb
commit 8b512808df

View file

@ -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),