File tree Expand file tree Collapse file tree 4 files changed +21
-11
lines changed
Expand file tree Collapse file tree 4 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 release :
14- runs-on : org
14+ runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
1717 uses : actions/checkout@v4
1818 with :
19- fetch-dpth : 0
19+ fetch-depth : 0
2020 fetch-tags : true
2121
2222 - name : Configure Git
Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ jobs:
1414 runs-on : ubuntu-latest
1515 timeout-minutes : 5
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v4
18+ with :
19+ ref : ${{ github.event.pull_request.head.ref }}
1820
19- - name : Render helm docs inside the README.md and push changes back to PR branch
20- uses : losisin/helm-docs-github-action@v1
21- with :
22- chart-search-root : .
23- git-push : true
24- git-push-user-name : " CometActions"
25- git-push-user-email :
" [email protected] " 26- git-commit-message : " Update Helm documentation"
21+ - name : Render helm docs inside the README.md and push changes back to PR branch
22+ uses : losisin/helm-docs-github-action@v1
23+ with :
24+ chart-search-root : .
25+ git-push : true
26+ git-push-user-name : " CometActions"
27+ git-push-user-email :
" [email protected] " 28+ git-commit-message : " Update Helm documentation"
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : s3proxy
33description : A Helm chart for deploying S3Proxy - Access other storage backends via the S3 API
4+ maintainers :
5+ - name : CRThaze
46
57# A chart can be either an 'application' or a 'library' chart.
68#
Original file line number Diff line number Diff line change 44
55A Helm chart for deploying S3Proxy - Access other storage backends via the S3 API
66
7+ ## Maintainers
8+
9+ | Name | Email | Url |
10+ | ---- | ------ | --- |
11+ | CRThaze | | |
12+
713## Prerequisites
814
915- Kubernetes 1.19+
You can’t perform that action at this time.
0 commit comments