Skip to content

Commit

Permalink
Changed: Update immich to v1.119.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlejeune committed Nov 5, 2024
1 parent 40b2f67 commit 2f25461
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 117 deletions.
113 changes: 0 additions & 113 deletions cluster/apps/immich/immich/immich-machine-learning.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions cluster/apps/immich/immich/immich-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ spec:
sleep 2 ; done
containers:
- name: immich
image: altran1502/immich-server:v1.117.0
image: altran1502/immich-server:v1.119.1
imagePullPolicy: IfNotPresent
env:
- name: PUID
Expand All @@ -161,7 +161,7 @@ spec:
name: immich
optional: false
ports:
- containerPort: 3001
- containerPort: 2283
volumeMounts:
- name: geocoding-dump
mountPath: /usr/src/app/.reverse-geocoding-dump
Expand Down Expand Up @@ -206,7 +206,7 @@ metadata:
spec:
ports:
- port: 80
targetPort: 3001
targetPort: 2283
protocol: TCP
selector:
app.kubernetes.io/instance: immich
1 change: 0 additions & 1 deletion cluster/apps/immich/immich/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ resources:
- immich-db.secret.sops.yaml
- immich-db.yaml
- immich-config.yaml
- immich-machine-learning.yaml
- immich-redis.yaml
- immich.secret.sops.yaml
- immich-server.yaml

0 comments on commit 2f25461

Please sign in to comment.