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 = {