diff --git a/apps/immich-machine-learning/1.109.2/data.yml b/apps/immich-machine-learning/1.110.0/data.yml similarity index 100% rename from apps/immich-machine-learning/1.109.2/data.yml rename to apps/immich-machine-learning/1.110.0/data.yml diff --git a/apps/immich-machine-learning/1.109.2/docker-compose.yml b/apps/immich-machine-learning/1.110.0/docker-compose.yml similarity index 89% rename from apps/immich-machine-learning/1.109.2/docker-compose.yml rename to apps/immich-machine-learning/1.110.0/docker-compose.yml index 9abf7cff..2261cfad 100644 --- a/apps/immich-machine-learning/1.109.2/docker-compose.yml +++ b/apps/immich-machine-learning/1.110.0/docker-compose.yml @@ -8,7 +8,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.109.2 + image: ghcr.io/immich-app/immich-machine-learning:v1.110.0 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-machine-learning/1.109.2/scripts/init.sh b/apps/immich-machine-learning/1.110.0/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/1.109.2/scripts/init.sh rename to apps/immich-machine-learning/1.110.0/scripts/init.sh diff --git a/apps/immich-machine-learning/1.109.2/scripts/uninstall.sh b/apps/immich-machine-learning/1.110.0/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/1.109.2/scripts/uninstall.sh rename to apps/immich-machine-learning/1.110.0/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/1.109.2/scripts/upgrade.sh b/apps/immich-machine-learning/1.110.0/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/1.109.2/scripts/upgrade.sh rename to apps/immich-machine-learning/1.110.0/scripts/upgrade.sh diff --git a/apps/immich-server/1.109.2/data.yml b/apps/immich-server/1.110.0/data.yml similarity index 100% rename from apps/immich-server/1.109.2/data.yml rename to apps/immich-server/1.110.0/data.yml diff --git a/apps/immich-server/1.109.2/docker-compose.yml b/apps/immich-server/1.110.0/docker-compose.yml similarity index 91% rename from apps/immich-server/1.109.2/docker-compose.yml rename to apps/immich-server/1.110.0/docker-compose.yml index 80a86414..1dddb95c 100644 --- a/apps/immich-server/1.109.2/docker-compose.yml +++ b/apps/immich-server/1.110.0/docker-compose.yml @@ -8,7 +8,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.109.2 + image: ghcr.io/immich-app/immich-server:v1.110.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.109.2/scripts/init.sh b/apps/immich-server/1.110.0/scripts/init.sh similarity index 100% rename from apps/immich-server/1.109.2/scripts/init.sh rename to apps/immich-server/1.110.0/scripts/init.sh diff --git a/apps/immich-server/1.109.2/scripts/uninstall.sh b/apps/immich-server/1.110.0/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/1.109.2/scripts/uninstall.sh rename to apps/immich-server/1.110.0/scripts/uninstall.sh diff --git a/apps/immich-server/1.109.2/scripts/upgrade.sh b/apps/immich-server/1.110.0/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/1.109.2/scripts/upgrade.sh rename to apps/immich-server/1.110.0/scripts/upgrade.sh diff --git a/apps/immich/1.109.2/data.yml b/apps/immich/1.110.0/data.yml similarity index 100% rename from apps/immich/1.109.2/data.yml rename to apps/immich/1.110.0/data.yml diff --git a/apps/immich/1.109.2/docker-compose.yml b/apps/immich/1.110.0/docker-compose.yml similarity index 95% rename from apps/immich/1.109.2/docker-compose.yml rename to apps/immich/1.110.0/docker-compose.yml index 7664bb84..c5cc9e97 100644 --- a/apps/immich/1.109.2/docker-compose.yml +++ b/apps/immich/1.110.0/docker-compose.yml @@ -32,7 +32,7 @@ services: POSTGRES_INITDB_ARGS: '--data-checksums' immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.109.2 + image: ghcr.io/immich-app/immich-machine-learning:v1.110.0 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" @@ -52,7 +52,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.109.2 + image: ghcr.io/immich-app/immich-server:v1.110.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.109.2/scripts/init.sh b/apps/immich/1.110.0/scripts/init.sh similarity index 100% rename from apps/immich/1.109.2/scripts/init.sh rename to apps/immich/1.110.0/scripts/init.sh diff --git a/apps/immich/1.109.2/scripts/uninstall.sh b/apps/immich/1.110.0/scripts/uninstall.sh similarity index 100% rename from apps/immich/1.109.2/scripts/uninstall.sh rename to apps/immich/1.110.0/scripts/uninstall.sh diff --git a/apps/immich/1.109.2/scripts/upgrade.sh b/apps/immich/1.110.0/scripts/upgrade.sh similarity index 100% rename from apps/immich/1.109.2/scripts/upgrade.sh rename to apps/immich/1.110.0/scripts/upgrade.sh