diff --git a/clusters/cl01tl/applications/immich/Chart.yaml b/clusters/cl01tl/applications/immich/Chart.yaml index d21d6f8ca..3e34420e8 100644 --- a/clusters/cl01tl/applications/immich/Chart.yaml +++ b/clusters/cl01tl/applications/immich/Chart.yaml @@ -24,8 +24,8 @@ dependencies: version: 3.0.4 repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts - name: postgres-cluster - alias: postgres-16-cluster - version: 4.2.1 - repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm + alias: postgres-17-cluster + version: 5.0.6 + repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/immich.png appVersion: v1.132.3 diff --git a/clusters/cl01tl/applications/immich/values.yaml b/clusters/cl01tl/applications/immich/values.yaml index fb42ec540..7ca5d53d0 100644 --- a/clusters/cl01tl/applications/immich/values.yaml +++ b/clusters/cl01tl/applications/immich/values.yaml @@ -206,25 +206,35 @@ postgres-16-cluster: #--- https://github.com/immich-app/immich/discussions/9060 #--- https://docs.pgvecto.rs/admin/kubernetes.html #--- https://github.com/tensorchord/cloudnative-pgvecto.rs + #--- https://github.com/immich-app/immich/discussions/17025 type: tensorchord mode: standalone cluster: image: repository: ghcr.io/tensorchord/cloudnative-pgvecto.rs tag: 16.3-v0.2.1 - walStorage: - storageClass: local-path storage: storageClass: local-path + walStorage: + storageClass: local-path resources: requests: memory: 384Mi cpu: 200m monitoring: enabled: true + prometheusRule: + enabled: false postgresql: parameters: shared_buffers: 256MB + recovery: + method: objectStore + objectStore: + endpointURL: https://nyc3.digitaloceanspaces.com + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/immich/immich-postgresql-17-cluster + endpointCredentials: immich-postgresql-17-cluster-backup-secret + recoveryIndex: 2 backup: enabled: true endpointURL: https://nyc3.digitaloceanspaces.com