Skip to content

Commit

Permalink
Populate Capabilities.HelmVersion during install
Browse files Browse the repository at this point in the history
Signed-off-by: Graham Reed <greed@7deadly.org>
  • Loading branch information
greed42 committed Apr 11, 2022
1 parent cba3b1e commit 82a2a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/action/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 82a2a2e

Please sign in to comment.