Skip to content

Commit

Permalink
remove helm-extra-args timeout from ct-config due to helm lint not ha…
Browse files Browse the repository at this point in the history
…ving a timeout option

Signed-off-by: Hung Nguyen <[email protected]>
  • Loading branch information
HN23 committed Nov 1, 2023
1 parent c4e2248 commit e125e95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
- name: Run chart-testing
if: steps.list-changed.outputs.CHANGED == 'true'
run: ct install --config ct-config.yaml
run: ct install --config ct-config.yaml --helm-extra-args "--timeout 600s"
1 change: 0 additions & 1 deletion ct-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ chart-repos:
- bitnami=https://charts.bitnami.com/bitnami
namespace: anchore
release-label: anchore
helm-extra-args: --timeout 600s

0 comments on commit e125e95

Please sign in to comment.