From 3c0b7eb99b2ac5bf1ea5dca44e52e8c00a95d02a Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Fri, 1 Jul 2022 15:57:28 +0100 Subject: [PATCH] change readme to standard markdown file --- charts/vouch/Chart.yaml | 2 +- charts/vouch/{README.md.gotmpl => README.md} | 14 +++----------- 2 files changed, 4 insertions(+), 12 deletions(-) rename charts/vouch/{README.md.gotmpl => README.md} (68%) 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" . }} -