Skip to content

Commit

Permalink
Update quay.io/vouch/vouch-proxy Docker tag to v0.41.0 (#37)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 20, 2024
1 parent 2bb4d09 commit 5232300
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions charts/vouch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/vouch/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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)

0 comments on commit 5232300

Please sign in to comment.