Skip to content

backport of "Fix memory leak in service mirror" to 2.12 branch #948

backport of "Fix memory leak in service mirror" to 2.12 branch

backport of "Fix memory leak in service mirror" to 2.12 branch #948

Workflow file for this run

name: Helm
on:
pull_request:
paths:
- .github/workflows/helm.yml
- bin/helm*
- '**/charts/**'
permissions:
contents: read
jobs:
helm-docs-diff:
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- uses: linkerd/dev/actions/setup-tools@v39
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- run: helm-docs
- run: git diff --exit-code -- charts/**/README.md