diff --git a/apps/immich-machine-learning/1.110.0/data.yml b/apps/immich-machine-learning/1.111.0/data.yml similarity index 100% rename from apps/immich-machine-learning/1.110.0/data.yml rename to apps/immich-machine-learning/1.111.0/data.yml diff --git a/apps/immich-machine-learning/1.110.0/docker-compose.yml b/apps/immich-machine-learning/1.111.0/docker-compose.yml similarity index 89% rename from apps/immich-machine-learning/1.110.0/docker-compose.yml rename to apps/immich-machine-learning/1.111.0/docker-compose.yml index 2261cfad..5d512802 100644 --- a/apps/immich-machine-learning/1.110.0/docker-compose.yml +++ b/apps/immich-machine-learning/1.111.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.110.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.111.0 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-machine-learning/1.110.0/scripts/init.sh b/apps/immich-machine-learning/1.111.0/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/1.110.0/scripts/init.sh rename to apps/immich-machine-learning/1.111.0/scripts/init.sh diff --git a/apps/immich-machine-learning/1.110.0/scripts/uninstall.sh b/apps/immich-machine-learning/1.111.0/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/1.110.0/scripts/uninstall.sh rename to apps/immich-machine-learning/1.111.0/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/1.110.0/scripts/upgrade.sh b/apps/immich-machine-learning/1.111.0/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/1.110.0/scripts/upgrade.sh rename to apps/immich-machine-learning/1.111.0/scripts/upgrade.sh diff --git a/apps/immich-server/1.110.0/data.yml b/apps/immich-server/1.111.0/data.yml similarity index 100% rename from apps/immich-server/1.110.0/data.yml rename to apps/immich-server/1.111.0/data.yml diff --git a/apps/immich-server/1.110.0/docker-compose.yml b/apps/immich-server/1.111.0/docker-compose.yml similarity index 91% rename from apps/immich-server/1.110.0/docker-compose.yml rename to apps/immich-server/1.111.0/docker-compose.yml index 1dddb95c..42a9b82f 100644 --- a/apps/immich-server/1.110.0/docker-compose.yml +++ b/apps/immich-server/1.111.0/docker-compose.yml @@ -8,7 +8,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.110.0 + image: ghcr.io/immich-app/immich-server:v1.111.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.110.0/scripts/init.sh b/apps/immich-server/1.111.0/scripts/init.sh similarity index 100% rename from apps/immich-server/1.110.0/scripts/init.sh rename to apps/immich-server/1.111.0/scripts/init.sh diff --git a/apps/immich-server/1.110.0/scripts/uninstall.sh b/apps/immich-server/1.111.0/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/1.110.0/scripts/uninstall.sh rename to apps/immich-server/1.111.0/scripts/uninstall.sh diff --git a/apps/immich-server/1.110.0/scripts/upgrade.sh b/apps/immich-server/1.111.0/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/1.110.0/scripts/upgrade.sh rename to apps/immich-server/1.111.0/scripts/upgrade.sh diff --git a/apps/immich/1.110.0/data.yml b/apps/immich/1.111.0/data.yml similarity index 100% rename from apps/immich/1.110.0/data.yml rename to apps/immich/1.111.0/data.yml diff --git a/apps/immich/1.110.0/docker-compose.yml b/apps/immich/1.111.0/docker-compose.yml similarity index 95% rename from apps/immich/1.110.0/docker-compose.yml rename to apps/immich/1.111.0/docker-compose.yml index c5cc9e97..aec4934b 100644 --- a/apps/immich/1.110.0/docker-compose.yml +++ b/apps/immich/1.111.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.110.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.111.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.110.0 + image: ghcr.io/immich-app/immich-server:v1.111.0 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.110.0/scripts/init.sh b/apps/immich/1.111.0/scripts/init.sh similarity index 100% rename from apps/immich/1.110.0/scripts/init.sh rename to apps/immich/1.111.0/scripts/init.sh diff --git a/apps/immich/1.110.0/scripts/uninstall.sh b/apps/immich/1.111.0/scripts/uninstall.sh similarity index 100% rename from apps/immich/1.110.0/scripts/uninstall.sh rename to apps/immich/1.111.0/scripts/uninstall.sh diff --git a/apps/immich/1.110.0/scripts/upgrade.sh b/apps/immich/1.111.0/scripts/upgrade.sh similarity index 100% rename from apps/immich/1.110.0/scripts/upgrade.sh rename to apps/immich/1.111.0/scripts/upgrade.sh