Merge pull request #50918 from teozkr/issue-49120

kubernetes-helm: tell Helm what version it is
This commit is contained in:
lewo
2018-11-22 17:15:58 +01:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ buildGoPackage rec {
# Thsese are the original flags from the helm makefile
buildFlagsArray = ''
-ldflags=
-ldflags=-X k8s.io/helm/pkg/version.Version=v${version}
-w
-s
'';