Skip to content

Commit

Permalink
Fix execution of chart-test. (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner authored Nov 3, 2023
1 parent f41b98d commit aa05fbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
check-version-increment: true
debug: true
helm-extra-args: --timeout 900s
target-branch: main
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ jobs:
node_image: kindest/node:${{ matrix.k8s }}

- name: Run chart-testing (install)
run: ct install --config .github/ct.yaml
run: ct install --config .github/ct.yaml --helm-extra-args '--timeout 900s'

0 comments on commit aa05fbb

Please sign in to comment.