From e125e958fe583ad6b9967ce2d4048fd2c349fe96 Mon Sep 17 00:00:00 2001 From: Hung Nguyen Date: Wed, 1 Nov 2023 15:35:42 -0400 Subject: [PATCH] remove helm-extra-args timeout from ct-config due to helm lint not having a timeout option Signed-off-by: Hung Nguyen --- .github/workflows/test.yaml | 2 +- ct-config.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 155936f5..50b9af50 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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" diff --git a/ct-config.yaml b/ct-config.yaml index 75ba48da..bb18e351 100644 --- a/ct-config.yaml +++ b/ct-config.yaml @@ -7,4 +7,3 @@ chart-repos: - bitnami=https://charts.bitnami.com/bitnami namespace: anchore release-label: anchore -helm-extra-args: --timeout 600s