mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
bump k8s version in helm lint to 1.7
This commit is contained in:
parent
5ed2d6bddb
commit
8b512808df
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