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:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
run: helm template --debug gitea-helm .
|
run: helm template --debug gitea-helm .
|
||||||
- name: prepare unit test environment
|
- name: prepare unit test environment
|
||||||
run: |
|
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
|
git submodule update --init --recursive
|
||||||
- name: unit tests
|
- name: unit tests
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user