diff --git a/ansible/roles/podman/tasks/main.yml b/ansible/roles/podman/tasks/main.yml index 41d455e..1e090d3 100644 --- a/ansible/roles/podman/tasks/main.yml +++ b/ansible/roles/podman/tasks/main.yml @@ -40,9 +40,9 @@ - import_tasks: containers/home/photos.yml vars: db_image: docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0 - ml_image: ghcr.io/immich-app/immich-machine-learning:v1.133.1 + ml_image: ghcr.io/immich-app/immich-machine-learning:v1.134.0 redis_image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8 - image: ghcr.io/immich-app/immich-server:v1.133.1 + image: ghcr.io/immich-app/immich-server:v1.134.0 tags: photos - import_tasks: containers/home/cloud.yml @@ -59,7 +59,7 @@ - import_tasks: containers/debyltech/fulfillr.yml vars: - image: "{{ aws_ecr_endpoint }}/fulfillr:20241028.1847" + image: "{{ aws_ecr_endpoint }}/fulfillr:20250612.0025" tags: debyltech, fulfillr - import_tasks: containers/home/nosql.yml