diff --git a/jellyfin/Chart.yaml b/jellyfin/Chart.yaml index 1dbccf1..04213c6 100644 --- a/jellyfin/Chart.yaml +++ b/jellyfin/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/jellyfin/values.yaml b/jellyfin/values.yaml index 18028ed..bd27042 100644 --- a/jellyfin/values.yaml +++ b/jellyfin/values.yaml @@ -107,11 +107,11 @@ tolerations: [] affinity: {} -extraVolumes: [] - #- name: renderD129 - # hostPath: - # path: /dev/dri/renderD129 +extraVolumes: + - name: jammaraid + hostPath: + path: /media/raid/jammaraid -extraVolumeMounts: [] - #- mountPath: /dev/dri/renderD129 - # name: renderD129 +extraVolumeMounts: + - mountPath: /media/raid/jammaraid + name: jammaraid