Skip to content

livenessProbe to k8s injector #1051

livenessProbe to k8s injector

livenessProbe to k8s injector #1051

name: Validate Chart Version
on:
deployment:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch history
run: git fetch --prune --unshallow
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
run: |
curl -fsSLo get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
- name: Helm Chart Lint
run: .github/scripts/helm_lint.sh
- name: Validate chart version
run: .github/scripts/validate_chart_version.sh