Merge pull request #1921 from danez/pg-vectorchord

chore: upgrade vectorchord to 0.4.3 which is supported in latest immich version

Thanks, let's try!
This commit is contained in:
Alexandre
2025-06-23 09:51:50 +02:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{ {
"build_from": { "build_from": {
"aarch64": "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.3.0-pgvectors0.3.0", "amd64": "ghcr.io/immich-app/postgres:15-vectorchord0.4.3-pgvectors0.3.0",
"armv7": "postgres:15-alpine" "armv7": "postgres:15-alpine"
}, },
"codenotary": { "codenotary": {

View File

@@ -1,7 +1,7 @@
{ {
"build_from": { "build_from": {
"aarch64": "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.3.0-pgvectors0.3.0" "amd64": "ghcr.io/immich-app/postgres:17-vectorchord0.4.3-pgvectors0.3.0"
}, },
"codenotary": { "codenotary": {
"signer": "alexandrep.github@gmail.com" "signer": "alexandrep.github@gmail.com"

View File

@@ -39,5 +39,5 @@
"slug": "postgres_latest", "slug": "postgres_latest",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres",
"version": "17.4-4" "version": "17.4-5"
} }