1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-15 17:50:52 +00:00

Update my charts; yoke others to nixhelm

By overlaying nixhelm's charts with those I use for myself, be they
behind nixhelm's or simply absent, I get the best of both worlds.
This commit is contained in:
Antonio Gurgel 2023-11-25 00:33:44 -08:00
parent 9c18a98f0f
commit 0529bdf6a2
11 changed files with 21 additions and 36 deletions

View file

@ -1,6 +0,0 @@
{
repo = "https://bjw-s.github.io/helm-charts";
chart = "app-template";
version = "2.2.0";
chartHash = "sha256-lO96rAB1m3UrYiCaeJCPDT3kQno2ahzv4q0/f03/o+c=";
}

View file

@ -1,6 +1,6 @@
{
repo = "https://intel.github.io/helm-charts";
chart = "intel-device-plugins-gpu";
version = "0.26.0";
chartHash = "sha256-va+4Qsex54uS4HbCJk+Av62ReZnBgDXYzMP886UGs3o=";
version = "0.28.1-helm.0";
chartHash = "sha256-0JYrwbv4d4mLKOmhApCvivWOW2hEVQ8QlTmbdllRIXY=";
}

View file

@ -1,6 +1,6 @@
{
repo = "https://intel.github.io/helm-charts";
chart = "intel-device-plugins-operator";
version = "0.26.0";
chartHash = "sha256-G2sv+/U7XKaXX1a3I4+8TeTh0KmNAkqV1MZ3OxO4Kec=";
version = "0.28.0";
chartHash = "sha256-zzHbYh1Wll5+eB5nfvIu9JL/yOLtMWd9p10OTnDuIDE=";
}

View file

@ -1,6 +0,0 @@
{
repo = "https://charts.jetstack.io";
chart = "cert-manager";
version = "v1.11.0";
chartHash = "sha256-hn9jCxreCzegYyQFafa38uGlaSjGhz8A+ZoyTGuzZtU=";
}

View file

@ -1,6 +1,6 @@
{
repo = "https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts";
chart = "csi-driver-nfs";
version = "4.2.0";
chartHash = "sha256-wCyLHJk/J4FDvHBpfE3IX5TsQP+fjHWL8TlaYTgGrOs=";
version = "v4.5.0";
chartHash = "sha256-iceFWy9kaLeXXiMPeUlaHybagqIn/VE+pM8Uf3jyp0s=";
}

View file

@ -1,6 +1,6 @@
{
repo = "https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner";
chart = "nfs-subdir-external-provisioner";
version = "4.0.17";
chartHash = "sha256-4NUoQAilntuAAPSjNpkScEGczfe0z1zQsEOw5VAz6GM=";
version = "4.0.18";
chartHash = "sha256-STkDh6TzNnouJvHYmwmm42dSN7vDfguxhOz01aOa3Dc=";
}

View file

@ -1,6 +1,6 @@
{
repo = "https://kubernetes-sigs.github.io/node-feature-discovery/charts";
repo = "https://kubernetes-sigs.github.io/node-feature-discovery/charts/";
chart = "node-feature-discovery";
version = "0.12.1";
chartHash = "sha256-+91XUFaUUTwi7IVlN5/zzFVhwOVzF7cQJpqwzofjeJg=";
version = "0.14.3";
chartHash = "sha256-4/FGHLCK1Kcs9tFs0EL5cZt3NLNeswtms+ZGPs+ju2k=";
}

View file

@ -1,6 +1,6 @@
{
repo = "https://metallb.github.io/metallb";
repo = "https://metallb.github.io/metallb/";
chart = "metallb";
version = "0.13.9";
chartHash = "sha256-ASEKJSMRuqPqi3G4uPy6kGDyRXM3LwbLxK1QkvFZomY=";
version = "0.13.12";
chartHash = "sha256-O3xZcDzbPY77BR29teGszQ36iZvgGIxq32tnyeLGWCA=";
}

View file

@ -1,6 +0,0 @@
{
repo = "https://prometheus-community.github.io/helm-charts";
chart = "kube-prometheus-stack";
version = "54.2.2";
chartHash = "sha256-D6K+Yr+/D7y5vXttlmPWIgjdSyWJKy2dJLzLvdvJuTY=";
}

View file

@ -90,11 +90,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1700269164,
"narHash": "sha256-6IG5pkTov9bRXOCeiGzmpPf/EqPTX9kfu+0QXr//9l0=",
"lastModified": 1700873796,
"narHash": "sha256-6NVaDW18UBBJZ9kUof1aFRVfYK5/J6+PRoUmboffElA=",
"owner": "farcaller",
"repo": "nixhelm",
"rev": "ec08a084d14d3e8b23caba5742eafa8eba3805f5",
"rev": "35803467db409827b94b0f013e7f4d4227b852eb",
"type": "github"
},
"original": {

View file

@ -57,7 +57,10 @@
flakeBuilders = import ./lib/flake-builders.nix {inherit charts lib pkgs;};
charts = flakeBuilders.charts self.repos;
charts =
pkgs.lib.attrsets.recursiveUpdate
(nixhelm.charts {inherit pkgs;})
(flakeBuilders.charts self.repos);
systemServices = flakeBuilders.services self.systemServiceData {
inherit kubeVersion;