Skip to content

Commit

Permalink
immich: bump to v1.120.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kahnwong committed Dec 2, 2024
1 parent 58f0ff7 commit bbace8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
kind: Deployment
name: immich-machine-learning
replicaCount: 1

containers:
- name: immich-machine-learning
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.119.1
port: 3003 # https://github.com/immich-app/immich/blob/main/machine-learning/app/config.py#L28C17-L28C21
tag: v1.120.2
port: 3003 # https://github.com/immich-app/immich/blob/main/machine-learning/app/config.py#L28C17-L28C21
envFrom:
- secretRef:
name: immich-machine-learning
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
kind: Deployment
name: immich
replicaCount: 1

containers:
- name: immich-server
repository: ghcr.io/immich-app/immich-server
tag: v1.119.1
tag: v1.120.2
port: 2283
envFrom:
- secretRef:
Expand Down

0 comments on commit bbace8a

Please sign in to comment.