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
commit e3970df4dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
'';