2 Commits

Author SHA1 Message Date
0ca78ae440 Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.139.2
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 17s
2025-08-24 03:12:40 +00:00
02790f9cc7 disable csi operator
All checks were successful
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 1m9s
2025-08-23 22:11:58 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ immich:
main: main:
image: image:
repository: ghcr.io/immich-app/immich-machine-learning repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.134.0 tag: v1.139.2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TRANSFORMERS_CACHE - name: TRANSFORMERS_CACHE

View File

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