ci: disable signature verification for helm-unittest plugin install

The `helm plugin install` command fails when GnuPG is not available in
the container. Adding `--verify=false` skips signature verification to
allow the plugin to install in the Alpine-based CI environment.
This commit is contained in:
2026-07-20 19:08:06 +02:00
parent 4f4bd4927c
commit fbf1f4a62d
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
run: helm template --debug gitea-helm .
- name: prepare unit test environment
run: |
helm plugin install --version ${{ env.HELM_UNITTEST_VERSION }} https://github.com/helm-unittest/helm-unittest
helm plugin install --verify=false --version ${{ env.HELM_UNITTEST_VERSION }} https://github.com/helm-unittest/helm-unittest
git submodule update --init --recursive
- name: unit tests
env: