Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 18 additions & 13 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
token: ${{ steps.generate_token.outputs.token }}
fetch-depth: 0

- name: Configure Git
run: |
git config user.name "CI-signed-commit-bot"
git config user.email "${{ vars.CI_SIGNED_COMMIT_APP_ID }}[email protected]"

- name: Set up Helm
uses: azure/setup-helm@v1
with:
Expand Down Expand Up @@ -78,12 +73,22 @@ jobs:
run: |
rm -rf package

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
- name: Commit and push changes
uses: planetscale/[email protected]
with:
token: ${{ steps.generate_token.outputs.token }}
commit-message: 'Update helm docs'
delete-branch: true
title: 'Update helm docs'
body: |
Update helms docs
commit_message: 'Update helm docs'
repo: ${{ github.repository }}
branch: helm-docs-update
github_token: ${{ steps.generate_token.outputs.token }}
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

- name: Create Pull Request
run: |
gh pr create \
--title "Update helm docs" \
--body "Update helm docs" \
--base main \
--head helm-docs-update
env:
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
2 changes: 1 addition & 1 deletion charts/k8s-reporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ helm uninstall kosli-reporter

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)