diff --git a/charts/vouch/Chart.yaml b/charts/vouch/Chart.yaml index 65d91bb..fb78713 100644 --- a/charts/vouch/Chart.yaml +++ b/charts/vouch/Chart.yaml @@ -17,7 +17,7 @@ keywords: - sso - sso-login -version: 4.0.1 +version: 4.1.0 # renovate: image=quay.io/vouch/vouch-proxy appVersion: "0.39" diff --git a/charts/vouch/README.md b/charts/vouch/README.md index f1a6749..6f477fa 100644 --- a/charts/vouch/README.md +++ b/charts/vouch/README.md @@ -1,6 +1,6 @@ # vouch -![Version: 4.0.1](https://img.shields.io/badge/Version-4.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.39](https://img.shields.io/badge/AppVersion-0.39-informational?style=flat-square) +![Version: 4.1.0](https://img.shields.io/badge/Version-4.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.39](https://img.shields.io/badge/AppVersion-0.39-informational?style=flat-square) An SSO and OAuth login solution for nginx using the auth_request module. diff --git a/charts/vouch/templates/deployment.yaml b/charts/vouch/templates/deployment.yaml index c422788..067f714 100644 --- a/charts/vouch/templates/deployment.yaml +++ b/charts/vouch/templates/deployment.yaml @@ -138,10 +138,7 @@ spec: {{- end }} {{- if .Values.config.oauth.scopes }} - name: OAUTH_SCOPES - valueFrom: - secretKeyRef: - name: {{ .Release.Name }} - key: scopes + value: .Values.config.oauth.scopes {{- end }} {{- if or .Values.config.oauth.preferredDomain (and .Values.config.oauth.existingSecret .Values.config.oauth.secretKeys.preferredDomain ) }} - name: OAUTH_PREFERREDDOMAIN