diff --git a/kubernetes/clusters/deployments/deployments/immich/immich-machine-learning.yaml b/kubernetes/clusters/deployments/deployments/immich/immich-machine-learning.yaml index 641574a6..bb48e418 100644 --- a/kubernetes/clusters/deployments/deployments/immich/immich-machine-learning.yaml +++ b/kubernetes/clusters/deployments/deployments/immich/immich-machine-learning.yaml @@ -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 diff --git a/kubernetes/clusters/deployments/deployments/immich/immich.yaml b/kubernetes/clusters/deployments/deployments/immich/immich.yaml index ae6c9e19..e7545741 100644 --- a/kubernetes/clusters/deployments/deployments/immich/immich.yaml +++ b/kubernetes/clusters/deployments/deployments/immich/immich.yaml @@ -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: