Skip to content

Commit 5232300

Browse files
small-hack-renovate[bot]jessebotgithub-actions[bot]
authored
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 <jessebot@linux.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2bb4d09 commit 5232300

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

.github/workflows/helm-docs.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Generate helm docs
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- 'charts/**'
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
update-docs:
14+
name: update-docs
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Checkout
18+
uses: actions/checkout@v4
19+
with:
20+
ref: ${{ github.event.pull_request.head.ref }}
21+
22+
- name: Render helm docs inside the README.md and push changes back to PR branch
23+
uses: netfoundry/helm-docs-action@v1
24+
with:
25+
working-dir: charts/vouch
26+
git-push: "true"

charts/vouch/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ keywords:
1717
- sso
1818
- sso-login
1919

20-
version: 4.2.0
20+
version: 4.3.0
2121

2222
# renovate: image=quay.io/vouch/vouch-proxy
23-
appVersion: "0.40.0"
23+
appVersion: "0.41.0"
2424

2525
maintainers:
2626
- name: jessebot

charts/vouch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vouch
22

3-
![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)
3+
![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)
44

55
An SSO and OAuth login solution for nginx using the auth_request module.
66

@@ -98,4 +98,4 @@ An SSO and OAuth login solution for nginx using the auth_request module.
9898
| tolerations | list | `[]` | |
9999

100100
----------------------------------------------
101-
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
101+
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 commit comments

Comments
 (0)