From 52323009a2438f0106b372c96342eba4f75a1251 Mon Sep 17 00:00:00 2001 From: "small-hack-renovate[bot]" <151926327+small-hack-renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 13:22:47 +0200 Subject: [PATCH] Update quay.io/vouch/vouch-proxy Docker tag to v0.41.0 (#37) * Update quay.io/vouch/vouch-proxy Docker tag to v0.41.0 * update helm chart version and docs * add helm docs automated workflow going forward * helm-docs: automated action * Update .github/workflows/helm-docs.yaml --------- Co-authored-by: small-hack-renovate[bot] <151926327+small-hack-renovate[bot]@users.noreply.github.com> Co-authored-by: jessebot Co-authored-by: github-actions[bot] --- .github/workflows/helm-docs.yaml | 26 ++++++++++++++++++++++++++ charts/vouch/Chart.yaml | 4 ++-- charts/vouch/README.md | 4 ++-- 3 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/helm-docs.yaml diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml new file mode 100644 index 0000000..c265c40 --- /dev/null +++ b/.github/workflows/helm-docs.yaml @@ -0,0 +1,26 @@ +name: Generate helm docs + +on: + pull_request: + paths: + - 'charts/**' + +permissions: + contents: write + pull-requests: write + +jobs: + update-docs: + name: update-docs + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.ref }} + + - name: Render helm docs inside the README.md and push changes back to PR branch + uses: netfoundry/helm-docs-action@v1 + with: + working-dir: charts/vouch + git-push: "true" diff --git a/charts/vouch/Chart.yaml b/charts/vouch/Chart.yaml index d0adbd1..c9b0393 100644 --- a/charts/vouch/Chart.yaml +++ b/charts/vouch/Chart.yaml @@ -17,10 +17,10 @@ keywords: - sso - sso-login -version: 4.2.0 +version: 4.3.0 # renovate: image=quay.io/vouch/vouch-proxy -appVersion: "0.40.0" +appVersion: "0.41.0" maintainers: - name: jessebot diff --git a/charts/vouch/README.md b/charts/vouch/README.md index 9a93c82..190b43a 100644 --- a/charts/vouch/README.md +++ b/charts/vouch/README.md @@ -1,6 +1,6 @@ # vouch -![Version: 4.2.0](https://img.shields.io/badge/Version-4.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.40.0](https://img.shields.io/badge/AppVersion-0.40.0-informational?style=flat-square) +![Version: 4.3.0](https://img.shields.io/badge/Version-4.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.41.0](https://img.shields.io/badge/AppVersion-0.41.0-informational?style=flat-square) An SSO and OAuth login solution for nginx using the auth_request module. @@ -98,4 +98,4 @@ An SSO and OAuth login solution for nginx using the auth_request module. | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)