Skip to content

Commit

Permalink
Merge pull request #68 from JacekZubielik/lms
Browse files Browse the repository at this point in the history
build(lms): version: 0.0.10
  • Loading branch information
JacekZubielik authored Jul 28, 2024
2 parents 9028d27 + 94e5d92 commit be1c9c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.9
version: 0.0.10
keywords:
- lms
- logitechmediaserver
Expand Down
16 changes: 8 additions & 8 deletions charts/lms/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ spec:
hostNetwork: {{ .Values.hostNetwork }}
dnsPolicy: ClusterFirstWithHostNet
{{- end }}
# initContainers:
# - name: init-config
# image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
# imagePullPolicy: {{ .Values.image.pullPolicy }}
# command: ["sh", "-c", "mkdir -pv /config /config/playlists /config/IR; chown -Rc 1000:1000 /config"]
# volumeMounts:
# - mountPath: /config
# name: lms-config
initContainers:
- name: init-config
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["sh", "-c", "mkdir -pv /config /config/playlists /config/IR; chown -Rc 1000:1000 /config; chmod -Rc 777 /config"]
volumeMounts:
- mountPath: /config
name: lms-config
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down

0 comments on commit be1c9c4

Please sign in to comment.