Skip to content

Commit

Permalink
Merge pull request #62 from JacekZubielik/lms
Browse files Browse the repository at this point in the history
build(lms): version: 0.0.6
  • Loading branch information
JacekZubielik authored Jul 28, 2024
2 parents a42b0fe + 14dd1a8 commit cf54774
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/lms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 9.0.0
description: Logitech Media Server
name: lms
version: 0.0.5
version: 0.0.6
keywords:
- lms
- logitechmediaserver
Expand Down
10 changes: 4 additions & 6 deletions charts/lms/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,20 +161,18 @@ persistence:
##
## If you want to reuse an existing claim, you can pass the name of the PVC using
## the existingClaim variable
# existingClaim: your-claim
existingClaim: your-claim
##
## If you want to use a volume on the host machine instead of a PVC:
# hostPath: /path/to/the/config/folder
accessMode: ReadWriteOnce
size: 4Gi
# accessMode: ReadWriteOnce
# size: 4Gi

musicstorage:
enabled: false
# storageClass: "-"
# existingClaim: your-claim
existingClaim: pvc-musicstorage
# hostPath: /path/to/the/music/folder
accessMode: ReadWriteOnce
size: 4Gi

# Mount devices or folders from the host machine. Can be used for USB device mounting.
hostMounts: []
Expand Down

0 comments on commit cf54774

Please sign in to comment.