Skip to content

Commit

Permalink
fix: add timeout for correct test charts (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton authored Sep 2, 2024
1 parent 78de49b commit 466a691
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --target-branch ${{ github.event.repository.default_branch }}
run: ct install --target-branch ${{ github.event.repository.default_branch }} --helm-extra-args "--timeout 1000s"
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ Big thanks to the maintainers of the [deprecated chart](https://github.com/helm/

## How this chart works

`helm repo add sentry https://sentry-kubernetes.github.io/charts`
```
helm repo add sentry https://sentry-kubernetes.github.io/charts
helm repo update
helm install my-sentry sentry/sentry --wait --timeout=1000s
```

## Values

Expand Down

0 comments on commit 466a691

Please sign in to comment.