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

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

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

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

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

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

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

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