From 1dc47ab2b851a45d170cc3e9e45245443f6ff9e6 Mon Sep 17 00:00:00 2001 From: Klaus Meyer Date: Sun, 18 Aug 2024 12:53:26 +0200 Subject: [PATCH] config --- .github/verify-config.yaml | 7 ------- .github/workflows/verify.yml | 10 ++-------- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 .github/verify-config.yaml diff --git a/.github/verify-config.yaml b/.github/verify-config.yaml deleted file mode 100644 index e5923b0..0000000 --- a/.github/verify-config.yaml +++ /dev/null @@ -1,7 +0,0 @@ -helm-extra-args: --timeout 600 -check-version-increment: false -validate-maintainers: false -debug: true -chart-repos: - - klausmeyer=https://klausmeyer.github.io/helm-charts - - groundhog2k=https://groundhog2k.github.io/helm-charts diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index fcd218b..91b240c 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - + - name: Fetch history run: git fetch --prune --unshallow @@ -34,10 +34,4 @@ jobs: - name: Run chart-testing (lint) if: steps.list-changed.outputs.changed == 'true' - run: ct lint --target-branch ${{ github.event.repository.default_branch }} - - - name: Run lint - uses: helm/chart-testing-action@v2.6.1 - with: - command: lint - config: .github/verify-config.yaml + run: ct lint --target-branch ${{ github.event.repository.default_branch }} --helm-extra-args="--timeout 600" --check-version-increment=false --validate-maintainers=false --debug=true --chart-repos="klausmeyer=https://klausmeyer.github.io/helm-charts,groundhog2k=https://groundhog2k.github.io/helm-charts"