diff --git a/charts/vouch/Chart.yaml b/charts/vouch/Chart.yaml index 3555808..50ef708 100644 --- a/charts/vouch/Chart.yaml +++ b/charts/vouch/Chart.yaml @@ -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 diff --git a/charts/vouch/README.md.gotmpl b/charts/vouch/README.md similarity index 68% rename from charts/vouch/README.md.gotmpl rename to charts/vouch/README.md index a2a4b06..69f9597 100644 --- a/charts/vouch/README.md.gotmpl +++ b/charts/vouch/README.md @@ -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 @@ -22,7 +18,3 @@ * Replacing configmap with secret, and allow existingSecretName * Upgrade to latest vouch (0.9.5) -{{ template "chart.requirementsSection" . }} - -{{ template "chart.valuesSection" . }} -