diff --git a/gitops/immich/immich-ml.yaml b/gitops/immich/immich-ml.yaml index 26418a99b..c50f35174 100644 --- a/gitops/immich/immich-ml.yaml +++ b/gitops/immich/immich-ml.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: immich-machine-learning - image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 + image: ghcr.io/immich-app/immich-machine-learning:v3.0.2 imagePullPolicy: IfNotPresent ports: - containerPort: 3003 diff --git a/gitops/immich/immich-server.yaml b/gitops/immich/immich-server.yaml index e702a17c1..55a0be238 100644 --- a/gitops/immich/immich-server.yaml +++ b/gitops/immich/immich-server.yaml @@ -24,7 +24,7 @@ spec: automountServiceAccountToken: true containers: - name: main - image: ghcr.io/immich-app/immich-server:v2.7.5 + image: ghcr.io/immich-app/immich-server:v3.0.2 imagePullPolicy: IfNotPresent ports: - containerPort: 2283