Skip to content

helm: fix image version resolution #21

helm: fix image version resolution

helm: fix image version resolution #21

name: Generate Helm documentation
on:
- pull_request
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Run helm-docs
uses: losisin/helm-docs-github-action@v1
with:
output-file: "values.md"
git-push: true