From f8a0d2f9e34a2e13e31ac32b0462354cbf6cadfc Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 6 Dec 2023 12:53:16 +0100 Subject: [PATCH] ci: fix linting --- .woodpecker/e2e.yml | 2 +- .woodpecker/lint.yml | 2 +- tools/ct.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/e2e.yml b/.woodpecker/e2e.yml index de2f429..ab28684 100644 --- a/.woodpecker/e2e.yml +++ b/.woodpecker/e2e.yml @@ -44,4 +44,4 @@ pipeline: commands: - export KUBECONFIG=$${CI_WORKSPACE}/kube.config - kubectl get no -o wide - - ct install --config tools/ct.yaml --charts-dirs ./ + - ct install --config tools/ct.yaml --chart-dirs ./ diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 75c72a2..615b28c 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -59,4 +59,4 @@ pipeline: image: quay.io/helmpack/chart-testing:v3.10.1 pull: true commands: - - ct lint --config tools/ct.yaml --charts-dirs ./ \ No newline at end of file + - ct lint --config tools/ct.yaml --chart-dirs ./ diff --git a/tools/ct.yml b/tools/ct.yml index c9ee10f..91cde47 100644 --- a/tools/ct.yml +++ b/tools/ct.yml @@ -1,4 +1,4 @@ -#helm-extra-args: --timeout 600s +# helm-extra-args: --timeout 600s check-version-increment: false debug: true -target-branch: main \ No newline at end of file +target-branch: main