Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/vouch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords:
- sso
- sso-login

version: 4.0.0
version: 4.0.1

# renovate: image=quay.io/vouch/vouch-proxy
appVersion: "0.39"
Expand Down
2 changes: 1 addition & 1 deletion charts/vouch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vouch

![Version: 4.0.0](https://img.shields.io/badge/Version-4.0.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)
![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)

An SSO and OAuth login solution for nginx using the auth_request module.

Expand Down
3 changes: 1 addition & 2 deletions charts/vouch/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ Create the name of the secret to use for vouch config
{{- .Values.config.overrideConfigExistingSecretName -}}
{{- else if .Values.config.vouch.existingSecret -}}
{{- .Values.config.vouch.existingSecret -}}
{{ template "vouch.fullname" . }}
{{- else -}}

{{ template "vouch.fullname" . }}
{{- end -}}
{{- end -}}

Expand Down