Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
74fa04325b Update ghcr.io/immich-app/immich-server Docker tag to v2.2.0 2025-10-30 22:31:32 +00:00
3 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

@@ -39,7 +39,7 @@ spec:
done done
containers: containers:
- name: immich-server - name: immich-server
image: ghcr.io/immich-app/immich-server:v2.2.1 image: ghcr.io/immich-app/immich-server:v2.2.0
ports: ports:
- containerPort: 2283 - containerPort: 2283
env: env: