diff --git a/charts/plex-media-server/Chart.yaml b/charts/plex-media-server/Chart.yaml index f5e5c7cb..8f7d2cee 100644 --- a/charts/plex-media-server/Chart.yaml +++ b/charts/plex-media-server/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.0 +version: 1.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/plex-media-server/templates/ingress.yaml b/charts/plex-media-server/templates/ingress.yaml index 33aa9b8c..c1cd489c 100644 --- a/charts/plex-media-server/templates/ingress.yaml +++ b/charts/plex-media-server/templates/ingress.yaml @@ -26,15 +26,15 @@ spec: port: number: 32400 {{- if .Values.ingress.tls }} - tls: - {{- range .Values.ingress.tls }} - - hosts: - {{- range .hosts }} - - {{ tpl . $ | quote }} - {{- end }} - {{- with .secretName }} - secretName: {{ tpl . $ }} - {{- end }} + tls: + {{- range .Values.ingress.tls }} + - hosts: + {{- range .hosts }} + - {{ tpl . $ | quote }} {{- end }} + {{- with .secretName }} + secretName: {{ tpl . $ }} + {{- end }} + {{- end }} {{- end }} {{- end -}}