MCPcopy
hub / github.com/helm/helm / Validate

Method Validate

pkg/chart/v2/chart.go:133–135  ·  view source on GitHub ↗

Validate validates the metadata.

()

Source from the content-addressed store, hash-verified

131
132// Validate validates the metadata.
133func (ch *Chart) Validate() error {
134 return ch.Metadata.Validate()
135}
136
137// AppVersion returns the appversion of the chart.
138func (ch *Chart) AppVersion() string {

Callers 1

TestMetadataFunction · 0.95

Calls 1

ValidateMethod · 0.65

Tested by 1

TestMetadataFunction · 0.76