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
4 changes: 2 additions & 2 deletions kubernetes/apps/media/immich/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
image:
# renovate: datasource=docker depName=ghcr.io/immich-app/immich-server
repository: ghcr.io/immich-app/immich-server
tag: v1.144.1
tag: v2.7.4
env:
IMMICH_PORT: &serverPort 2283
DB_VECTOR_EXTENSION: pgvector
Expand Down Expand Up @@ -95,7 +95,7 @@ spec:
image:
# renovate: datasource=docker depName=ghcr.io/immich-app/immich-machine-learning
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.144.1
tag: v2.7.4
env:
IMMICH_PORT: &mlPort 3003
MACHINE_LEARNING_CACHE_FOLDER: /cache
Expand Down
Loading