2021-02-22 04:47:14 +00:00
|
|
|
{ callPackage }:
|
2020-12-14 12:03:32 +00:00
|
|
|
|
2021-02-22 04:47:14 +00:00
|
|
|
{
|
2020-12-14 12:03:32 +00:00
|
|
|
|
2021-10-15 12:13:28 +00:00
|
|
|
helm-diff = callPackage ./helm-diff.nix { };
|
2020-12-14 12:03:32 +00:00
|
|
|
|
2021-10-15 12:13:28 +00:00
|
|
|
helm-git = callPackage ./helm-git.nix { };
|
2020-12-14 12:03:32 +00:00
|
|
|
|
2022-08-02 19:54:28 +00:00
|
|
|
helm-cm-push = callPackage ./helm-cm-push.nix { };
|
|
|
|
|
2021-10-15 12:13:28 +00:00
|
|
|
helm-s3 = callPackage ./helm-s3.nix { };
|
|
|
|
|
|
|
|
helm-secrets = callPackage ./helm-secrets.nix { };
|
2020-12-14 12:03:32 +00:00
|
|
|
|
|
|
|
}
|