11 src = fetchFromGitHub {
12 owner = "FairwindsOps";
15 hash = "sha256-7GAA5Kc5ximdf71Bd8Q5o2pXixLOobXykKxfI31j/4A=";
18 vendorHash = "sha256-tWUE3OUpacxRpShbJQtFbHhjEDt4ULL1wc4vfX4DJ2c=";
21 "-X main.version=${version}"
27 description = "Find outdated or deprecated Helm charts running in your cluster";
30 Nova scans your cluster for installed Helm charts, then
31 cross-checks them against all known Helm repositories. If it
32 finds an updated version of the chart you're using, or notices
33 your current version is deprecated, it will let you know.
35 homepage = "https://nova.docs.fairwinds.com/";
36 license = licenses.asl20;
37 maintainers = with maintainers; [ qjoly ];