Skip to content

[229-browZer-bootstrapper] bump image 0.61.1 -> 0.61.4 #12

[229-browZer-bootstrapper] bump image 0.61.1 -> 0.61.4

[229-browZer-bootstrapper] bump image 0.61.1 -> 0.61.4 #12

Workflow file for this run

name: Generate Helm docs
on:
push:
branches:
- '**'
tags-ignore:
- '**'
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- 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 branch
uses: netfoundry/helm-docs-action@v1
with:
# recursively generate README.md for all charts in comma-sep list of
# parent dirs
search-roots: charts
git-push: "true"