diff --git a/cluster/apps/immich/immich.yml b/cluster/apps/immich/immich.yml index e1c6c8d..b8c1fd0 100644 --- a/cluster/apps/immich/immich.yml +++ b/cluster/apps/immich/immich.yml @@ -16,7 +16,7 @@ spec: spec: runtimeClassName: nvidia nodeSelector: - hardware-type: nvidia + type: immich initContainers: - name: wait-for-redis image: busybox @@ -40,7 +40,7 @@ spec: done containers: - name: immich-server - image: ghcr.io/immich-app/immich-server:v1.133.0 + image: ghcr.io/immich-app/immich-server:v1.133.1 ports: - containerPort: 2283 env: @@ -63,7 +63,7 @@ spec: - mountPath: /usr/src/app/upload name: pictures - name: immich-machine-learning - image: ghcr.io/immich-app/immich-machine-learning:v1.133.0-cuda + image: ghcr.io/immich-app/immich-machine-learning:v1.133.1-cuda ports: - containerPort: 3003 env: