Skip to content

chore(liveness): make the liveness probe more forgiving #23

chore(liveness): make the liveness probe more forgiving

chore(liveness): make the liveness probe more forgiving #23

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- main
jobs:
lint-pr-title:
name: Validate PR titles
runs-on: ubuntu-latest
if: ${{ github.actor != 'pull[bot]' }}
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: gabe565/setup-helm-docs-action@v1
- uses: pre-commit/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
check-chart-version-bump:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Check if Chart.yaml versions are bumped if relevant
run: |
make validate-chart-version