MCPcopy
hub / github.com/helm/helm / AppVersion

Method AppVersion

pkg/chart/v2/chart.go:138–143  ·  view source on GitHub ↗

AppVersion returns the appversion of the chart.

()

Source from the content-addressed store, hash-verified

136
137// AppVersion returns the appversion of the chart.
138func (ch *Chart) AppVersion() string {
139 if ch.Metadata == nil {
140 return ""
141 }
142 return ch.Metadata.AppVersion
143}
144
145// CRDs returns a list of File objects in the 'crds/' directory of a Helm chart.
146// Deprecated: use CRDObjects()

Callers 2

TestMetadataFunction · 0.95
formatAppVersionFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestMetadataFunction · 0.76