mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
sonobuoy: Fixes wrong "v" behaviour
Adjust the generated manifests by placing the character v in the sonobuoy version, successfully pulling the image within the cluster and running smoothly. Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
This commit is contained in:
parent
27e9328895
commit
22dd82ce98
@ -13,7 +13,7 @@ buildGoModule rec {
|
||||
let t = goPackagePath;
|
||||
in ''
|
||||
-ldflags=
|
||||
-s -X ${t}/pkg/buildinfo.Version=${version}
|
||||
-s -X ${t}/pkg/buildinfo.Version=v${version}
|
||||
-X ${t}/pkg/buildinfo.GitSHA=${rev}
|
||||
-X ${t}/pkg/buildDate=unknown
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user