Skip to content

chore(main): Release cloudquery 39.0.5 #2309

chore(main): Release cloudquery 39.0.5

chore(main): Release cloudquery 39.0.5 #2309

Workflow file for this run

# This workflow is copied from the official helm chart testing repo
# https://github.com/helm/charts-repo-actions-demo/blob/main/.github/workflows/lint-test.yaml
name: Lint and Test Charts
on: pull_request
permissions:
contents: read
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5
with:
version: v3.8.1
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
# yamllint (https://github.com/adrienverge/yamllint) which require Python
- name: Set up Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
with:
python-version: 3.14.6
- name: Set up chart-testing
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
- name: Run chart-testing (lint PR)
if: ${{ !startsWith(github.head_ref || '', 'release-please-') }}
run: make lint-pr
- name: Run chart-testing (lint release)
if: ${{ startsWith(github.head_ref || '', 'release-please-') }}
run: make lint
- name: Run chart-testing (test)
run: ./scripts/e2e-kind.sh