about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/helm/plugins/default.nix
blob: 1a6aa12a91e5bc14ddf3e468c43ed63c1bc3c909 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ callPackage }:

{

  helm-diff = callPackage ./helm-diff.nix { };

  helm-git = callPackage ./helm-git.nix { };

  helm-cm-push = callPackage ./helm-cm-push.nix { };

  helm-s3 = callPackage ./helm-s3.nix { };

  helm-secrets = callPackage ./helm-secrets.nix { };

  helm-unittest = callPackage ./helm-unittest.nix { };

}