Skip to content

chore(deps): update portal docker tag to v0.69.162 #153

chore(deps): update portal docker tag to v0.69.162

chore(deps): update portal docker tag to v0.69.162 #153

Workflow file for this run

name: Check if helm-docs are up-to-date
on:
- pull_request
- push
jobs:
check-helm-docs:
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:
fail-on-diff: true
chart-search-root: charts/
template-files: README.md.gotmpl
git-push: false