Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change readme to standard markdown file #30

Merged
merged 1 commit into from
Jul 1, 2022
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 @@ -2,7 +2,7 @@
apiVersion: v2
type: application
appVersion: "0.36"
version: 3.0.6
version: 3.0.7
name: vouch
description: An SSO and OAuth login solution for nginx using the auth_request module.
icon: https://avatars0.githubusercontent.com/u/45102943?s=200&v=4
Expand Down
14 changes: 3 additions & 11 deletions charts/vouch/README.md.gotmpl → charts/vouch/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{{ template "chart.header" . }}
{{ template "chart.description" . }}

{{ template "chart.versionLine" . }}

{{ template "chart.sourceLinkLine" . }}

## Changelog

3.0.7
* Fix the README.md file. It's no longer a template.

3.0.6
* Allow vouch-proxy to default the secret at startup

Expand All @@ -22,7 +18,3 @@
* Replacing configmap with secret, and allow existingSecretName
* Upgrade to latest vouch (0.9.5)

{{ template "chart.requirementsSection" . }}

{{ template "chart.valuesSection" . }}