Skip to content

doc: update doc with 2.7.0 version #201

doc: update doc with 2.7.0 version

doc: update doc with 2.7.0 version #201

Workflow file for this run

name: Lint Helm Charts
on:
pull_request:
branches:
- master
paths:
- "helm/provisioner/**"
jobs:
lint-test:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set-up Helm
uses: azure/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
- name: Set-up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: "3.x"
- name: Set-up chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992
- name: Run chart-testing (lint)
run: ct lint --chart-dirs=helm --charts=helm/provisioner --lint-conf=helm/lintconf.yaml --check-version-increment=false --validate-maintainers=false
- name: Create Kind cluster
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3
- name: Run chart-testing (install)
run: ct install --chart-dirs=helm --charts=helm/provisioner