Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
0088add7e7 Update ghcr.io/immich-app/immich-machine-learning Docker tag to v2.2.0 2025-10-30 22:31:24 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -18,13 +18,13 @@ spec:
initContainers:
- name: init-cleanup
image: busybox
command: ["rm", "-rf", "/var/lib/postgresql/lost+found"]
command: ["rm", "-rf", "/var/lib/postgresql/data/lost+found"]
volumeMounts:
- name: gitea-db
mountPath: /var/lib/postgresql
- name: db
mountPath: /var/lib/postgresql/data
containers:
- name: gitea-db
image: postgres:18
image: postgres:15.14
ports:
- containerPort: 5432
env:
@@ -38,9 +38,9 @@ spec:
- name: POSTGRES_DB
value: "gitea"
volumeMounts:
- name: gitea-db
mountPath: /var/lib/postgresql
- name: db
mountPath: /var/lib/postgresql/data
volumes:
- name: gitea-db
- name: db
persistentVolumeClaim:
claimName: gitea-db-new-longhorn
claimName: gitea-db-longhorn

View File

@@ -17,7 +17,7 @@ spec:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: gitea-db-new-longhorn
name: gitea-db-longhorn
namespace: git-ops
spec:
accessModes:
@@ -25,5 +25,5 @@ spec:
volumeMode: Filesystem
resources:
requests:
storage: 2Gi
storage: 5Gi
storageClassName: longhorn

View File

@@ -19,7 +19,7 @@ spec:
runtimeClassName: nvidia
containers:
- name: immich-machine-learning
image: ghcr.io/immich-app/immich-machine-learning:v2.2.1-cuda
image: ghcr.io/immich-app/immich-machine-learning:v2.2.0-cuda
ports:
- containerPort: 3003
env: