diff --git a/.github/workflows/helm-ci.yml b/.github/workflows/helm-ci.yml index fa56697b3a..f74cac1148 100644 --- a/.github/workflows/helm-ci.yml +++ b/.github/workflows/helm-ci.yml @@ -72,6 +72,7 @@ jobs: - name: Run chart-testing (lint) run: ct lint --config "${CT_CONFIGFILE}" --check-version-increment=false + timeout-minutes: 10 - name: Create kind cluster uses: helm/kind-action@v1.8.0 diff --git a/production/helm/ct.yaml b/production/helm/ct.yaml index b3bb9ec213..a8aea37dc0 100644 --- a/production/helm/ct.yaml +++ b/production/helm/ct.yaml @@ -7,6 +7,5 @@ chart-repos: - grafana=https://grafana.github.io/helm-charts - minio=https://charts.min.io - prometheus-community=https://prometheus-community.github.io/helm-charts -helm-extra-args: --timeout 600s check-version-increment: false validate-maintainers: false