diff --git a/.woodpecker/e2e.yml b/.woodpecker/e2e.yml index ab28684..529d9b0 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 --chart-dirs ./ + - ct install --config tools/ct.yml --chart-dirs ./ diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 615b28c..a372b70 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 --chart-dirs ./ + - ct lint --config tools/ct.yml --chart-dirs ./