mirror of
https://github.com/helm/helm.git
synced 2026-03-27 21:04:29 -04:00
Merge pull request #2901 from bacongobbler/bump-lint-k8s-version
bump k8s version in helm lint to 1.7
This commit is contained in:
commit
1ac5cd78de
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue