diff --git a/charts/plex/Chart.yaml b/charts/plex/Chart.yaml index 0b7283c8..ff30c88d 100644 --- a/charts/plex/Chart.yaml +++ b/charts/plex/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.20.1.3252 description: Plex Media Server name: plex -version: 2.0.1 +version: 2.0.2 keywords: - plex home: https://plex.tv/ diff --git a/charts/plex/templates/deployment.yaml b/charts/plex/templates/deployment.yaml index 827a3db4..fac68856 100644 --- a/charts/plex/templates/deployment.yaml +++ b/charts/plex/templates/deployment.yaml @@ -188,7 +188,7 @@ spec: name: {{ .Values.certificate.pkcsMangler.pfxPassword.secretName }} key: {{ .Values.certificate.pkcsMangler.pfxPassword.passwordKey }} - name: "PKCSMANGLER_CUSTOMCERTDOMAIN" - value: "customCertificateDomain={{.Values.certificate.pkcsMangler.plexPreferences.customCertificateDomain}}" + value: "customCertificateDomain={{.Values.certificate.pkcsMangler.setPlexPreferences.customCertificateDomain}}" {{- end }} {{- end }} readinessProbe: