From 08aa64693f28752b89d48ac8de1fd09e49f44bdd Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sun, 24 Dec 2023 01:10:50 +0000 Subject: [PATCH] Update immich --- homelab/immich.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/homelab/immich.nix b/homelab/immich.nix index 5d091a9..a806edf 100644 --- a/homelab/immich.nix +++ b/homelab/immich.nix @@ -3,15 +3,13 @@ chart = kubenix.lib.helm.fetch { repo = "https://immich-app.github.io/immich-charts"; chart = "immich"; - version = "0.2.0"; - sha256 = "7G7xfJ+Ay4TQUBiOPYr9Zl/hDDhCpZQbuKDQWl3Hmrg="; + version = "0.3.0"; + sha256 = "ZYt6d6Gxa0g0HNruuJzC077h/aLG5dlbSogNzfVfNP8="; }; # arbitrary attrset passed as values to the helm release values = { - image.tag = "v1.90.2"; + image.tag = "v1.91.0"; machine-learning.enabled = false; - typesense.enabled = true; - typesense.persistence.tsdata.enabled = true; immich.persistence.library.existingClaim = "immich"; redis.enabled = true; env = {