initial pixelfed chart commit

This commit is contained in:
jessebot
2024-12-29 18:28:59 +01:00
commit 82408749a8
21 changed files with 1380 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
name: Generate helm docs
on:
pull_request:
paths:
- 'charts/pixelfed/Chart.yaml'
- 'charts/pixelfed/values.yaml'
permissions:
contents: write
pull-requests: write
deployments: read
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/pixelfed
git-push: "true"