NAS-120551 / 23.10 / Plex: Set hostNetwork value in both true/false cases (#1009)

* Plex: Set hostNetwork value in both true/false cases

* bump version
This commit is contained in:
Stavros Kois
2023-03-01 16:00:09 +02:00
committed by GitHub
parent a37bb8821b
commit cef1a88567
34 changed files with 4 additions and 6 deletions

View File

@@ -14,4 +14,4 @@ sources:
- https://hub.docker.com/r/plexinc/pms-docker/
- https://github.com/k8s-at-home/charts/tree/master/charts/plex
upstream_version: 2.1.0
version: 1.7.29
version: 1.7.30

View File

@@ -3,8 +3,8 @@
spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
template: {{ include "common.deployment.pod.metadata" . | nindent 4 }}
spec:
{{- if .Values.hostNetwork }}
hostNetwork: {{ .Values.hostNetwork }}
{{- if .Values.hostNetwork }}
dnsPolicy: ClusterFirstWithHostNet
{{- end }}
hostname: {{ template "common.names.fullname" . }}
@@ -101,4 +101,3 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
hostPath:
path: {{ $hostPathConfiguration.hostPath }}
{{ end }}