2 Commits

Author SHA1 Message Date
205e5f490d Update ghcr.io/linuxserver/qbittorrent Docker tag to v5.1.2
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 16s
2025-07-30 00:32:30 +00:00
42a530a818 switch redis
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m24s
2025-07-29 19:31:30 -05:00
2 changed files with 4 additions and 4 deletions

View File

@@ -66,18 +66,18 @@ directus:
- name: REDIS_ENABLED
value: true
- name: REDIS_HOST
value: directus-valkey-primary
value: redis-replication-directus-master
- name: REDIS_PORT
value: 6379
- name: REDIS_USERNAME
valueFrom:
secretKeyRef:
name: directus-valkey-config
name: directus-redis-config
key: user
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
name: directus-valkey-config
name: directus-redis-config
key: password
- name: STORAGE_LOCATIONS
value: s3

View File

@@ -28,7 +28,7 @@ qbittorrent:
qbittorrent:
image:
repository: ghcr.io/linuxserver/qbittorrent
tag: 5.1.0@sha256:ca6325989299ff807ab94c9505c138b6cadfe8a77c4ef14c5690094cbbe40d7d
tag: 5.1.2@sha256:33a6bedcd6c17e60ae48d86af9dbc776f779be446bb42b72313e6d573c75cddb
pullPolicy: IfNotPresent
env:
- name: TZ