File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22type : application
33name : jellyfin
44description : Your media, your server, your way
5- version : 4.0.0
5+ version : 4.0.1
66appVersion : 10.11.0
77kubeVersion : ' >=1.20.0-0'
88home : https://jellyfin.org/
@@ -22,4 +22,4 @@ dependencies: []
2222annotations :
2323 artifacthub.io/changes : |-
2424 - kind: changed
25- description: Update to Jellyfin v10.11.0 and add health probes
25+ description: Update to Jellyfin v10.11.0 and fix tmp dir
Original file line number Diff line number Diff line change 1818 ] ( LICENSE )
1919 <br />
2020 ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
21- ![ Version: 4.0.0 ] ( https://img.shields.io/badge/Version-4.0.0 -informational?style=flat-square )
21+ ![ Version: 4.0.1 ] ( https://img.shields.io/badge/Version-4.0.1 -informational?style=flat-square )
2222 ![ AppVersion: 10.11.0] ( https://img.shields.io/badge/AppVersion-10.11.0-informational?style=flat-square )
2323
2424</div >
Original file line number Diff line number Diff line change @@ -122,9 +122,7 @@ spec:
122122 emptyDir : { }
123123 {{- end }}
124124 - name : tmpfs
125- emptyDir :
126- medium : Memory
127- sizeLimit : 10Mi
125+ emptyDir : { }
128126 {{- range .Values.jellyfin.extraDevices }}
129127 - name : {{ . | trimAll "/" | replace "/" "-" | lower }}
130128 hostPath :
You can’t perform that action at this time.
0 commit comments