diff --git a/kubernetes/immich/immich-microservices.yml b/kubernetes/immich/immich-microservices.yml index d39b5a8..472550a 100644 --- a/kubernetes/immich/immich-microservices.yml +++ b/kubernetes/immich/immich-microservices.yml @@ -27,7 +27,7 @@ spec: fsGroup: 1000 containers: - name: immich-microservices - image: ghcr.io/immich-app/immich-server:v3.0.3 + image: ghcr.io/immich-app/immich-server:v3.1.0 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/kubernetes/immich/immich-server.yml b/kubernetes/immich/immich-server.yml index 54d92f7..ce8eb22 100644 --- a/kubernetes/immich/immich-server.yml +++ b/kubernetes/immich/immich-server.yml @@ -27,7 +27,7 @@ spec: fsGroup: 1000 containers: - name: immich-server - image: ghcr.io/immich-app/immich-server:v3.0.3 + image: ghcr.io/immich-app/immich-server:v3.1.0 imagePullPolicy: IfNotPresent securityContext: allowPrivilegeEscalation: false diff --git a/kubernetes/immich/pre-sync.yml b/kubernetes/immich/pre-sync.yml index 0e4cbfc..9f68732 100644 --- a/kubernetes/immich/pre-sync.yml +++ b/kubernetes/immich/pre-sync.yml @@ -14,7 +14,7 @@ spec: spec: containers: - name: immich-server - image: ghcr.io/immich-app/immich-server:v3.0.3 + image: ghcr.io/immich-app/immich-server:v3.1.0 command: ["/bin/sh"] args: ["-c", "exit 0"] - name: immich-machine-learning