Skip to content

Commit

Permalink
change readme to standard markdown file
Browse files Browse the repository at this point in the history
  • Loading branch information
punkle committed Jul 1, 2022
1 parent 6b693fa commit 3c0b7eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
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" . }}

0 comments on commit 3c0b7eb

Please sign in to comment.