Skip to content

Commit 726fac1

Browse files
authored
Merge pull request #191 from djjudas21/jellyfin_10110
Fix tmp dir
2 parents 4b36fce + 95c95da commit 726fac1

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

charts/jellyfin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
name: jellyfin
44
description: Your media, your server, your way
5-
version: 4.0.0
5+
version: 4.0.1
66
appVersion: 10.11.0
77
kubeVersion: '>=1.20.0-0'
88
home: https://jellyfin.org/
@@ -22,4 +22,4 @@ dependencies: []
2222
annotations:
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

charts/jellyfin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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>

charts/jellyfin/templates/statefulset.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)