From 52ea012af7ece6bf082166543f474be2efe37320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 07:49:49 +0000 Subject: [PATCH] chore(deps): update immich to v2.7.2 (localApps) (#4934) --- apps/immich-machine-learning/{2.6.3 => 2.7.2}/data.yml | 0 .../{2.6.3 => 2.7.2}/docker-compose.yml | 2 +- apps/immich-no-machine/{2.6.3 => 2.7.2}/data.yml | 0 apps/immich-no-machine/{2.6.3 => 2.7.2}/docker-compose.yml | 2 +- apps/immich-server/{2.6.3 => 2.7.2}/data.yml | 0 apps/immich-server/{2.6.3 => 2.7.2}/docker-compose.yml | 2 +- apps/immich/{2.6.3 => 2.7.2}/.env.sample | 0 apps/immich/{2.6.3 => 2.7.2}/data.yml | 0 apps/immich/{2.6.3 => 2.7.2}/docker-compose.yml | 4 ++-- 9 files changed, 5 insertions(+), 5 deletions(-) rename apps/immich-machine-learning/{2.6.3 => 2.7.2}/data.yml (100%) rename apps/immich-machine-learning/{2.6.3 => 2.7.2}/docker-compose.yml (92%) rename apps/immich-no-machine/{2.6.3 => 2.7.2}/data.yml (100%) rename apps/immich-no-machine/{2.6.3 => 2.7.2}/docker-compose.yml (96%) rename apps/immich-server/{2.6.3 => 2.7.2}/data.yml (100%) rename apps/immich-server/{2.6.3 => 2.7.2}/docker-compose.yml (93%) rename apps/immich/{2.6.3 => 2.7.2}/.env.sample (100%) rename apps/immich/{2.6.3 => 2.7.2}/data.yml (100%) rename apps/immich/{2.6.3 => 2.7.2}/docker-compose.yml (96%) diff --git a/apps/immich-machine-learning/2.6.3/data.yml b/apps/immich-machine-learning/2.7.2/data.yml similarity index 100% rename from apps/immich-machine-learning/2.6.3/data.yml rename to apps/immich-machine-learning/2.7.2/data.yml diff --git a/apps/immich-machine-learning/2.6.3/docker-compose.yml b/apps/immich-machine-learning/2.7.2/docker-compose.yml similarity index 92% rename from apps/immich-machine-learning/2.6.3/docker-compose.yml rename to apps/immich-machine-learning/2.7.2/docker-compose.yml index e8cd501d7..441e48710 100644 --- a/apps/immich-machine-learning/2.6.3/docker-compose.yml +++ b/apps/immich-machine-learning/2.7.2/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v2.6.3 + image: ghcr.io/immich-app/immich-machine-learning:v2.7.2 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-no-machine/2.6.3/data.yml b/apps/immich-no-machine/2.7.2/data.yml similarity index 100% rename from apps/immich-no-machine/2.6.3/data.yml rename to apps/immich-no-machine/2.7.2/data.yml diff --git a/apps/immich-no-machine/2.6.3/docker-compose.yml b/apps/immich-no-machine/2.7.2/docker-compose.yml similarity index 96% rename from apps/immich-no-machine/2.6.3/docker-compose.yml rename to apps/immich-no-machine/2.7.2/docker-compose.yml index acf69815e..d5d9f1d54 100644 --- a/apps/immich-no-machine/2.6.3/docker-compose.yml +++ b/apps/immich-no-machine/2.7.2/docker-compose.yml @@ -8,7 +8,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v2.6.3 + image: ghcr.io/immich-app/immich-server:v2.7.2 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/2.6.3/data.yml b/apps/immich-server/2.7.2/data.yml similarity index 100% rename from apps/immich-server/2.6.3/data.yml rename to apps/immich-server/2.7.2/data.yml diff --git a/apps/immich-server/2.6.3/docker-compose.yml b/apps/immich-server/2.7.2/docker-compose.yml similarity index 93% rename from apps/immich-server/2.6.3/docker-compose.yml rename to apps/immich-server/2.7.2/docker-compose.yml index 92845bc06..ffde6ef4d 100644 --- a/apps/immich-server/2.6.3/docker-compose.yml +++ b/apps/immich-server/2.7.2/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v2.6.3 + image: ghcr.io/immich-app/immich-server:v2.7.2 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/2.6.3/.env.sample b/apps/immich/2.7.2/.env.sample similarity index 100% rename from apps/immich/2.6.3/.env.sample rename to apps/immich/2.7.2/.env.sample diff --git a/apps/immich/2.6.3/data.yml b/apps/immich/2.7.2/data.yml similarity index 100% rename from apps/immich/2.6.3/data.yml rename to apps/immich/2.7.2/data.yml diff --git a/apps/immich/2.6.3/docker-compose.yml b/apps/immich/2.7.2/docker-compose.yml similarity index 96% rename from apps/immich/2.6.3/docker-compose.yml rename to apps/immich/2.7.2/docker-compose.yml index 2c8505ed9..f46b59ddd 100644 --- a/apps/immich/2.6.3/docker-compose.yml +++ b/apps/immich/2.7.2/docker-compose.yml @@ -4,7 +4,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-server:v2.6.3 + image: altran1502/immich-server:v2.7.2 volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -29,7 +29,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-machine-learning:v2.6.3 + image: altran1502/immich-machine-learning:v2.7.2 volumes: - ${CACHE_PATH}:/cache environment: