Skip to content

Commit 5b449fb

Browse files
build(bump): to 0.0.16 (#124)
1 parent a4f0966 commit 5b449fb

7 files changed

Lines changed: 11 additions & 10 deletions

File tree

charts/lms/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
apiVersion: v2
3-
appVersion: 9.0.0
3+
appVersion: 9.1.0
44
description: Lyrion Media Server
55
name: lms
6-
version: 0.0.15
6+
version: 0.0.16
77
keywords:
88
- lms
99
- logitechmediaserver

charts/lms/ci/ci-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
---
12
provider:
23
name: inmemory

charts/lms/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ app.kubernetes.io/instance: {{ .Release.Name }}
5454
{{- else }}
5555
{{- default "default" .Values.serviceAccount.name }}
5656
{{- end }}
57-
{{- end }}
57+
{{- end }}

charts/lms/templates/ingress.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{{- if .Values.ingress.enabled -}}
1+
{{- if .Values.ingress.enabled -}}
22
{{- $fullName := include "app.fullname" . -}}
3-
{{- $servicePort := .Values.service.http -}}
4-
{{- $ingressPath := .Values.ingress.path -}}
3+
{{- $servicePort := .Values.service.http -}}
4+
{{- $ingressPath := .Values.ingress.path -}}
55
{{- $new := false }}
66
{{- if .Capabilities.APIVersions.Has "networking.k8s.io/v1" -}}
77
apiVersion: networking.k8s.io/v1
@@ -61,4 +61,3 @@ spec:
6161
{{- end }}
6262
{{- end }}
6363
{{- end }}
64-

charts/lms/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ spec:
5050
protocol: TCP
5151
targetPort: metrics
5252
selector:
53-
{{- include "app.selectorLabels" . | nindent 4 }}
53+
{{- include "app.selectorLabels" . | nindent 4 }}

charts/lms/templates/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ spec:
6464
{{- end }}
6565
{{- end }}
6666
jobLabel: {{ template "app.fullname" . }}-prometheus-exporter
67-
{{- end }}
67+
{{- end }}

charts/lms/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
---
12
image:
2-
repository: lmscommunity/logitechmediaserver
3+
repository: lmscommunity/lyrionmusicserver
34
tag: ""
45
pullPolicy: IfNotPresent
56
pullSecrets: []

0 commit comments

Comments
 (0)