Skip to content

chore(deps): bump helm/kind-action from 1.10.0 to 1.11.0 in the main group #82

chore(deps): bump helm/kind-action from 1.10.0 to 1.11.0 in the main group

chore(deps): bump helm/kind-action from 1.10.0 to 1.11.0 in the main group #82

Workflow file for this run

name: Test Charts
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.4.0
- uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/[email protected]
- name: Create kind cluster
uses: helm/[email protected]
- name: Install aiven-operator CRDs
run: helm install charts/aiven-operator-crds --generate-name
- name: Test aiven-operator chart
run: ct install --charts charts/aiven-operator