fix(ci): replace d3adb5/helm-unittest-action with native installation
Some checks failed
Helm / helm-lint (push) Successful in 4s
Helm / helm-unittest (push) Failing after 16s

This commit is contained in:
2025-11-30 11:05:58 +01:00
parent cd9e27d482
commit 88df506b4b

View File

@@ -32,6 +32,6 @@ jobs:
- env:
HELM_UNITTEST_VERSION: v1.0.0 #renovate: datasource=github-releases depName=helm-unittest/helm-unittest
name: Install helm-unittest
run: helm plugin install --version "${HELM_UNITTEST_VERSION}" https://github.com/helm-unittest/helm-unittest
run: helm plugin install --verify=false --version "${HELM_UNITTEST_VERSION}" https://github.com/helm-unittest/helm-unittest
- name: Execute helm unittests
run: helm unittest --color --strict --file 'unittests/**/*.yaml' .