Compare commits

...

2 Commits

Author SHA1 Message Date
e4469b8fa3 chore(deps): update ghcr.io/haveagitgat/tdarr docker tag to v2.60.01
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 16s
2026-03-03 23:38:32 +00:00
0b25aa88c6 feat: modify bdev for sdd
Some checks failed
lint-test-helm / lint-helm (push) Successful in 15s
render-manifests-push / render-manifests-push (push) Successful in 1m2s
renovate / renovate (push) Has been cancelled
2026-03-03 17:34:50 -06:00
2 changed files with 8 additions and 1 deletions

View File

@@ -27,6 +27,13 @@ rook-ceph-cluster:
tag: v19.2.3-20250717
imagePullPolicy: IfNotPresent
cephClusterSpec:
cephConfig:
global:
bdev_enable_discard: "true"
bdev_async_discard: "true"
bdev_async_discard_threads: "1"
# osd:
# bluestore_slow_ops_warn_lifetime: "0"
mgr:
count: 2
modules:

View File

@@ -9,7 +9,7 @@ tdarr:
main:
image:
repository: ghcr.io/haveagitgat/tdarr
tag: 2.59.03
tag: 2.60.01
pullPolicy: IfNotPresent
env:
- name: TZ