Skip to content

Commit

Permalink
feat: servarr 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nushkovg committed Oct 29, 2024
1 parent f4429b2 commit 29dc0ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.0.4
version: 1.0.4
appVersion: 1.0.5
version: 1.0.5
description: Kubito Servarr Helm Chart
home: https://github.com/kubitodev/helm/tree/main/charts/servarr
icon: https://kubito.dev/images/kubito.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/servarr/templates/bazarr/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
emptyDir: { }
{{- end }}
- name: media
{{- if .Values.bazarr.persistence.enabled }}
{{- if and .Values.jellyfin.enabled .Values.jellyfin.persistence.media.enabled .Values.bazarr.persistence.enabled }}
persistentVolumeClaim:
claimName: {{ .Release.Name }}-jellyfin-media
{{- else }}
Expand Down

0 comments on commit 29dc0ef

Please sign in to comment.