diff --git a/charts/plex-media-server/Chart.yaml b/charts/plex-media-server/Chart.yaml index 4d55157..acc7676 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.1 +version: 0.1.2 # 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 009e461..b8051c7 100644 --- a/charts/plex-media-server/templates/statefulset.yaml +++ b/charts/plex-media-server/templates/statefulset.yaml @@ -24,7 +24,7 @@ spec: nodeSelector: {{- toYaml .Values.nodeSelector | nindent 6 }} affinity: - {{- toYaml .Values.affinity | nindent 6 }} + {{- toYaml .Values.affinity | nindent 8 }} volumes: - name: pms-transcode emptyDir: {}