mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[tdarr] Fix persistence mountPath
This commit is contained in:
parent
9d8ef6eee6
commit
f59e1af294
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: 2.00.10
|
||||
description: Tdarr is a self hosted web-app for automating media library transcode/remux management and making sure your files are exactly how you need them to be in terms of codecs/streams/containers etc.
|
||||
name: tdarr
|
||||
version: 4.3.0
|
||||
version: 4.3.1
|
||||
keywords:
|
||||
- transcoding
|
||||
- remux
|
||||
@ -23,5 +23,5 @@ dependencies:
|
||||
version: 4.3.0
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: Upgraded `common` chart dependency to version `4.3.0`.
|
||||
- kind: fixed
|
||||
description: Fixed server container mountPath so that persistence actually works.
|
||||
|
@ -67,22 +67,22 @@ persistence:
|
||||
# @default -- See values.yaml
|
||||
config:
|
||||
enabled: false
|
||||
mountpath: /app/configs
|
||||
mountPath: /app/configs
|
||||
|
||||
# -- Volume used for tdarr server database
|
||||
# @default -- See values.yaml
|
||||
data:
|
||||
enabled: false
|
||||
mountpath: /app/server
|
||||
mountPath: /app/server
|
||||
|
||||
# -- Volume used for media libraries
|
||||
# @default -- See values.yaml
|
||||
media:
|
||||
enabled: false
|
||||
mountpath: /media
|
||||
mountPath: /media
|
||||
|
||||
# -- Volume used for shared storage. e.g. emptydir transcode
|
||||
# @default -- See values.yaml
|
||||
shared:
|
||||
enabled: false
|
||||
mountpath: /shared
|
||||
mountPath: /shared
|
||||
|
Loading…
Reference in New Issue
Block a user