Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/servarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ maintainers:
- name: kubitodev
url: https://kubito.dev
apiVersion: v2
appVersion: 1.3.0
version: 1.3.0
appVersion: 1.3.1
version: 1.3.1
description: Kubito Servarr Helm Chart
home: https://github.com/kubitodev/helm/tree/main/charts/servarr
icon: https://kubito.dev/images/kubito.svg
Expand Down
1 change: 0 additions & 1 deletion charts/servarr/templates/jellyfin/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ spec:
resources:
{{ toYaml .Values.jellyfin.resources | indent 12 }}
terminationMessagePolicy: FallbackToLogsOnError
securityContext: {{- toYaml .Values.jellyfin.securityContext | nindent 12 }}
{{- if .Values.jellyfin.extraInitContainers }}
initContainers:
{{- toYaml .Values.jellyfin.extraInitContainers | nindent 10 }}
Expand Down