Skip to content

Commit

Permalink
added changes
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Aug 1, 2023
1 parent 326eabd commit 93ae42f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/config/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ target-branch: aws-portal
chart-dirs:
- charts
helm-extra-args: --timeout 600s
check-version-increment: false
chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
- misc-helm-charts=https://raw.githubusercontent.com/aquaveo/misc-helm-charts/master/docs/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
rm -f ./ah
# - name: Run chart-testing (lint)
# run: ct lint --debug --config .github/config/ct.yaml --check-version-increment=false
# run: ct lint --debug --config .github/config/ct.yaml

- name: Create kind cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'

- name: Run chart-testing (install)
run: ct install --debug --config .github/config/ct.yaml --helm-extra-args="-f charts/ciroh/ci/values-dev.yaml"
run: ct install --debug --config .github/config/ct.yaml
if: steps.list-changed.outputs.changed == 'true'

0 comments on commit 93ae42f

Please sign in to comment.