diff --git a/charts/plex-media-server/Chart.yaml b/charts/plex-media-server/Chart.yaml index 4cae96a..eb855e6 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: 0.1.6 +version: 0.1.7 # 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/statefulset.yaml b/charts/plex-media-server/templates/statefulset.yaml index cf0c75e..5eacdbf 100644 --- a/charts/plex-media-server/templates/statefulset.yaml +++ b/charts/plex-media-server/templates/statefulset.yaml @@ -101,7 +101,7 @@ spec: {{- end }} {{- range $key, $value := .Values.extraEnv }} - name: {{ $key }} - value: {{ $value }} + value: {{ $value | quote }} {{- end }} {{- with .Values.pms.resources }} resources: