kustomize: 3.10.0 -> 4.0.5
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
parent
a50d9e91f2
commit
1cab04a177
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "kustomize";
|
pname = "kustomize";
|
||||||
version = "3.10.0";
|
version = "4.0.5";
|
||||||
# rev is the 3.9.3 commit, mainly for kustomize version command output
|
# rev is the commit of the tag, mainly for kustomize version command output
|
||||||
rev = "602ad8aa98e2e17f6c9119e027a09757e63c8bec";
|
rev = "9e8e7a7fe99ec9fbf801463e8607928322fc5245";
|
||||||
|
|
||||||
buildFlagsArray = let t = "sigs.k8s.io/kustomize/api/provenance"; in
|
buildFlagsArray = let t = "sigs.k8s.io/kustomize/api/provenance"; in
|
||||||
''
|
''
|
||||||
|
@ -17,13 +17,16 @@ buildGoModule rec {
|
||||||
owner = "kubernetes-sigs";
|
owner = "kubernetes-sigs";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "kustomize/v${version}";
|
rev = "kustomize/v${version}";
|
||||||
sha256 = "1qr0mi83df8d9qd2svyr1h26pg97qi67nnygrkydnp8an28k48hi";
|
sha256 = "sha256-rv65sDr6V6hEYgIRxS1OSu9txmW75F7/YGAy/zRXGyY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: Remove once https://github.com/kubernetes-sigs/kustomize/pull/3708 got merged.
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
# avoid finding test and development commands
|
# avoid finding test and development commands
|
||||||
sourceRoot = "source/kustomize";
|
sourceRoot = "source/kustomize";
|
||||||
|
|
||||||
vendorSha256 = "0p2j8mm7jpladpm6v3451g38n5bax0g368dk5h5r5gmkr6srxdy4";
|
vendorSha256 = "sha256-lLUi0vD7uyfDR4HjDiosoTU0NbfQTY7ewZGm38ZT9nU=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Customization of kubernetes YAML configurations";
|
description = "Customization of kubernetes YAML configurations";
|
||||||
|
|
Loading…
Reference in New Issue