Update immich

This commit is contained in:
Gabriel Simmer 2023-12-24 01:10:50 +00:00
parent 4a27c0b178
commit 08aa64693f
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

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