diff --git a/charts/pomerium/Chart.yaml b/charts/pomerium/Chart.yaml index 70a37fc9..eba7ddee 100644 --- a/charts/pomerium/Chart.yaml +++ b/charts/pomerium/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: pomerium -version: 9.1.0 -appVersion: 0.8.0 +version: 9.2.0 +appVersion: 0.8.3 home: http://www.pomerium.io/ icon: https://www.pomerium.io/logo-long.svg description: Pomerium is an identity-aware access proxy. diff --git a/charts/pomerium/templates/authorize-deployment.yaml b/charts/pomerium/templates/authorize-deployment.yaml index 2e975672..87d5bcdc 100644 --- a/charts/pomerium/templates/authorize-deployment.yaml +++ b/charts/pomerium/templates/authorize-deployment.yaml @@ -74,6 +74,8 @@ spec: value: "/pomerium/privkey.pem" - name: CERTIFICATE_AUTHORITY_FILE value: "/pomerium/ca.pem" + - name: AUTHENTICATE_SERVICE_URL + value: {{ default (printf "https://authenticate.%s" .Values.config.rootDomain ) .Values.proxy.authenticateServiceUrl }} {{- if .Values.config.insecure }} - name: INSECURE_SERVER value: "true"