Skip to content

Commit 6e9e2e8

Browse files
Merge pull request #74 from JacekZubielik/lms
build(lms): 0.0.14
2 parents 99baab7 + 9db5fac commit 6e9e2e8

3 files changed

Lines changed: 5 additions & 11 deletions

File tree

charts/lms/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: v2
33
appVersion: 9.0.0
44
description: Lyrion Media Server
55
name: lms
6-
version: 0.0.13
6+
version: 0.0.14
77
keywords:
88
- lms
99
- logitechmediaserver

charts/lms/templates/statefulset.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,7 @@ spec:
152152
path: {{.Values.persistence.lmsconfig.hostPath }}
153153
{{- else }}
154154
persistentVolumeClaim:
155-
claimName: {{ if .Values.persistence.lmsconfig.existingClaim }}{{ .Values.persistence.lmsconfig.existingClaim }}
156-
{{- else }}
157-
{{ template "app.fullname" . }}
158-
{{- end }}
155+
claimName: {{ if .Values.persistence.lmsconfig.existingClaim }}{{ .Values.persistence.lmsconfig.existingClaim }}{{- else }}{{ template "app.fullname" . }}{{- end }}
159156
{{- end }}
160157
{{- else }}
161158
emptyDir: {}
@@ -167,10 +164,7 @@ spec:
167164
path: {{.Values.persistence.musicstorage.hostPath }}
168165
{{- else }}
169166
persistentVolumeClaim:
170-
claimName: {{ if .Values.persistence.musicstorage.existingClaim }}{{ .Values.persistence.musicstorage.existingClaim }}
171-
{{- else }}
172-
{{ template "app.fullname" . }}
173-
{{- end }}
167+
claimName: {{ if .Values.persistence.musicstorage.existingClaim }}{{ .Values.persistence.musicstorage.existingClaim }}{{- else }}{{ template "app.fullname" . }}{{- end }}
174168
{{- end }}
175169
{{- else }}
176170
emptyDir: {}

charts/lms/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ persistence:
161161
##
162162
## If you want to reuse an existing claim, you can pass the name of the PVC using
163163
## the existingClaim variable
164-
existingClaim: ""
164+
# existingClaim:
165165
##
166166
## If you want to use a volume on the host machine instead of a PVC:
167167
# hostPath: /path/to/the/config/folder
@@ -171,7 +171,7 @@ persistence:
171171
musicstorage:
172172
enabled: false
173173
# storageClass: "-"
174-
existingClaim: pvc-musicstorage
174+
# existingClaim: pvc-musicstorage
175175
# hostPath: /path/to/the/music/folder
176176

177177
# Mount devices or folders from the host machine. Can be used for USB device mounting.

0 commit comments

Comments
 (0)