diff --git a/pkg/tool/helm.go b/pkg/tool/helm.go index f7715d6..4b5f763 100644 --- a/pkg/tool/helm.go +++ b/pkg/tool/helm.go @@ -90,5 +90,5 @@ func (h Helm) DeleteRelease(namespace string, release string) { } func (h Helm) Version() (string, error) { - return h.exec.RunProcessAndCaptureStdout("helm", "version", "--short") + return h.exec.RunProcessAndCaptureStdout("helm", "version", "--template", "{{ .Version }}") }