From af60410b139bd527e8bf196a4f0ac5f4fc018dd6 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder <231804+danez@users.noreply.github.com> Date: Sat, 21 Jun 2025 23:07:11 +0000 Subject: [PATCH 1/2] chore: upgrade vectorchord to 0.4.3 which is supported in latest immich version --- postgres_15/build.json | 4 ++-- postgres_17/build.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/postgres_15/build.json b/postgres_15/build.json index 6405c0efe..27139bec0 100644 --- a/postgres_15/build.json +++ b/postgres_15/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "ghcr.io/immich-app/postgres:15-vectorchord0.3.0-pgvectors0.3.0", - "amd64": "ghcr.io/immich-app/postgres:15-vectorchord0.3.0-pgvectors0.3.0", + "aarch64": "ghcr.io/immich-app/postgres:15-vectorchord0.4.3-pgvectors0.3.0", + "amd64": "ghcr.io/immich-app/postgres:15-vectorchord0.4.3-pgvectors0.3.0", "armv7": "postgres:15-alpine" }, "codenotary": { diff --git a/postgres_17/build.json b/postgres_17/build.json index bacf28e96..ddd248c19 100644 --- a/postgres_17/build.json +++ b/postgres_17/build.json @@ -1,7 +1,7 @@ { "build_from": { - "aarch64": "ghcr.io/immich-app/postgres:17-vectorchord0.3.0-pgvectors0.3.0", - "amd64": "ghcr.io/immich-app/postgres:17-vectorchord0.3.0-pgvectors0.3.0" + "aarch64": "ghcr.io/immich-app/postgres:17-vectorchord0.4.3-pgvectors0.3.0", + "amd64": "ghcr.io/immich-app/postgres:17-vectorchord0.4.3-pgvectors0.3.0" }, "codenotary": { "signer": "alexandrep.github@gmail.com" From 19738063f9d53a82f5c57b4c55b7b5a3ba5d8046 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 23 Jun 2025 09:45:50 +0200 Subject: [PATCH 2/2] Update config.json --- postgres_17/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres_17/config.json b/postgres_17/config.json index d2bbd1ba5..69aafc290 100644 --- a/postgres_17/config.json +++ b/postgres_17/config.json @@ -39,5 +39,5 @@ "slug": "postgres_latest", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", - "version": "17.4-4" + "version": "17.4-5" }