bump k8s version in helm lint to 1.7

pull/2901/head
Matthew Fisher 7 years ago
parent 5ed2d6bddb
commit 8b512808df

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