mirror of
https://github.com/helm/helm.git
synced 2026-04-22 14:47:41 -04:00
Merge pull request #10850 from greed42/install-helm-version
Populate Capabilities.HelmVersion during install
This commit is contained in:
commit
a368bde6c8
1 changed files with 1 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ func (cfg *Configuration) getCapabilities() (*chartutil.Capabilities, error) {
|
|||
Major: kubeVersion.Major,
|
||||
Minor: kubeVersion.Minor,
|
||||
},
|
||||
HelmVersion: chartutil.DefaultCapabilities.HelmVersion,
|
||||
}
|
||||
return cfg.Capabilities, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue