MCPcopy
hub / github.com/roboll/helmfile / IsHelm3

Method IsHelm3

pkg/helmexec/exec.go:547–549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

545}
546
547func (helm *execer) IsHelm3() bool {
548 return helm.version.Major() == 3
549}
550
551func (helm *execer) GetVersion() Version {
552 return Version{

Callers 3

SyncReleaseMethod · 0.95
ListMethod · 0.95
TemplateReleaseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected