From 3b20ff3eba52dd676211d837e5e29f93576b9d0b Mon Sep 17 00:00:00 2001 From: CHAIR <95461636+RaneyDazed@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:07:52 -0600 Subject: [PATCH] Update Immich | Defaults | main.yml (#336) Update the postgres version following the maintainers directions. --- roles/immich/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/immich/defaults/main.yml b/roles/immich/defaults/main.yml index 33abc362b8..c17d7b8066 100644 --- a/roles/immich/defaults/main.yml +++ b/roles/immich/defaults/main.yml @@ -19,7 +19,7 @@ immich_name: immich immich_postgres_name: "{{ immich_name }}-postgres" immich_postgres_docker_env_db: "{{ immich_name }}" -immich_postgres_docker_image_tag: "pg14-v0.1.11" +immich_postgres_docker_image_tag: "pg14-v0.2.0" immich_postgres_docker_image_repo: "tensorchord/pgvecto-rs" immich_postgres_paths_folder: "{{ immich_name }}" immich_postgres_paths_location: "{{ server_appdata_path }}/{{ postgres_paths_folder }}/postgres"