Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kubernetes/mydata/immich/app/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.132.1
tag: v2.3.1
env:
IMMICH_WORKERS_INCLUDE: api
IMMICH_PORT: &p1 3001
Expand Down Expand Up @@ -95,7 +95,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.132.1
tag: v2.3.1
env:
IMMICH_WORKERS_EXCLUDE: api
IMMICH_MEDIA_LOCATION: *data-dir
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
main:
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.131.2
tag: v2.3.1
env:
IMMICH_PORT: &p3 3003
MACHINE_LEARNING_CACHE_FOLDER: &cache-dir /cache
Expand Down
Loading