2 Commits

Author SHA1 Message Date
c0803c42d3 Update ghcr.io/linuxserver/prowlarr Docker tag to v2
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
2025-08-24 03:12:58 +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

@@ -20,7 +20,7 @@ prowlarr:
main:
image:
repository: ghcr.io/linuxserver/prowlarr
tag: 1.37.0@sha256:25d21c04c7cc39a706217abb77bb60b283d9eaaf16acf539c930e3c797e21f25
tag: 2.0.5@sha256:4f2a6d597845b2f3e19284b1d982b3e0b4bd7c22472c2979c956aa198b83f472
pullPolicy: IfNotPresent
env:
- name: TZ

View File

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