Skip to content

Commit

Permalink
ci: update helm chart testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Jan 31, 2025
1 parent e6fb9d7 commit e972632
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,17 @@ jobs:
docker save -o trivy-operator.tar mirror.gcr.io/aquasec/trivy-operator:ct
kind load image-archive trivy-operator.tar
- name: Set up python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
uses: actions/setup-python@v5.3.0
with:
python-version: 3.8
python-version: '3.x'
check-latest: true

- name: Setup chart-testing
id: lint
uses: helm/chart-testing-action@v2.7.0
- name: Install yamllint
run: pip install yamllint

- name: Run chart-testing
run: ct lint-and-install --validate-maintainers=false --charts deploy/helm
- name: Delete kind cluster
Expand Down

0 comments on commit e972632

Please sign in to comment.