From 692b76f7f7edf5e5f38dd3f76108022ff7f5fa86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 May 2025 23:05:33 +0200 Subject: [PATCH] chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1.133.1 (#95) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: secustor --- charts/immich/Chart.yaml | 7 +++++-- charts/immich/README.md | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/immich/Chart.yaml b/charts/immich/Chart.yaml index b780851..e570356 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -11,12 +11,15 @@ maintainers: email: sebastian@poxhofer.at type: application -version: 0.5.10 +version: 0.6.0 # renovate: image=ghcr.io/immich-app/immich-server -appVersion: "v1.132.3" +appVersion: "v1.133.1" annotations: artifacthub.io/category: storage artifacthub.io/links: | - name: support url: https://github.com/secustor/helm-charts/issues + artifacthub.io/changes: | + - Immich version update + - Breaking change: The `immich-server` image was updated to `v1.133.1` which contains breaking changes. If you are using `pgvector` you should be fine else you need to migrate your database. https://github.com/immich-app/immich/releases/tag/v1.133.0 diff --git a/charts/immich/README.md b/charts/immich/README.md index 2c64d4d..33e5977 100644 --- a/charts/immich/README.md +++ b/charts/immich/README.md @@ -7,7 +7,7 @@ is targeted at an audience which wants to have some lower level control over the This chart requires: -- a PostgreSQL database with `pgvector` or `pgvector.rs` extension installed +- a PostgreSQL database with `pgvector` or [`VectorChord`](https://immich.app/docs/administration/postgres-standalone/#migrating-to-vectorchord) extension installed - a Redis instance ## Usage