2 Commits

Author SHA1 Message Date
9efdd5dba9 Update ghcr.io/immich-app/immich-server Docker tag to v1.140.1
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 21s
2025-08-31 05:28:28 +00:00
8dc5695955 enable operator
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m34s
2025-08-31 00:27:21 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ immich:
main: main:
image: image:
repository: ghcr.io/immich-app/immich-server repository: ghcr.io/immich-app/immich-server
tag: v1.132.3 tag: v1.140.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -2,7 +2,7 @@ rook-ceph:
crds: crds:
enabled: true enabled: true
csi: csi:
rookUseCsiOperator: false rookUseCsiOperator: true
enableMetadata: true enableMetadata: true
cephFSKernelMountOptions: "ms_mode=secure" cephFSKernelMountOptions: "ms_mode=secure"
provisionerReplicas: 3 provisionerReplicas: 3