From cd9e27d48241a7844d6c113cc28cb37e2d472117 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 30 Nov 2025 11:05:23 +0100 Subject: [PATCH] fix(ci): replace d3adb5/helm-unittest-action with native installation --- .gitea/workflows/helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/helm.yaml b/.gitea/workflows/helm.yaml index a61df94..ed13420 100644 --- a/.gitea/workflows/helm.yaml +++ b/.gitea/workflows/helm.yaml @@ -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 --version "${HELM_UNITTEST_VERSION}" https://github.com/helm-unittest/helm-unittest + run: helm plugin install --version "${HELM_UNITTEST_VERSION}" https://github.com/helm-unittest/helm-unittest - name: Execute helm unittests run: helm unittest --color --strict --file 'unittests/**/*.yaml' .