Skip to content

Commit

Permalink
build: helm-chart parallel to build-images
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Sep 27, 2023
1 parent bcc1efd commit db6b2c3
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,27 +149,11 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint --config chartTesting.yaml

- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --config chartTesting.yaml)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
- name: Create kind cluster
uses: helm/kind-action@v1.8.0
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --config chartTesting.yaml


release-helm-chart:
name: "Release Helm Chart"
runs-on: ubuntu-latest
needs:
- test-helm-charts
- audit
if: github.ref == 'refs/heads/main'

permissions:
Expand Down

0 comments on commit db6b2c3

Please sign in to comment.